public static interface ContainerGroup.DefinitionStages.WithRestartPolicy
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.WithCreate |
withRestartPolicy(ContainerGroupRestartPolicy restartPolicy)
Specifies the restart policy for all the container instances within the container group.
|
@Beta(value=V1_5_0) ContainerGroup.DefinitionStages.WithCreate withRestartPolicy(ContainerGroupRestartPolicy restartPolicy)
restartPolicy - the restart policy for all the container instances within the container group/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/