| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
InitContainerDefinition |
InitContainerDefinition.withCommand(List<String> command)
Set the command property: The command to execute within the init container in exec form.
|
InitContainerDefinition |
InitContainerDefinition.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables)
Set the environmentVariables property: The environment variables to set in the init container.
|
InitContainerDefinition |
InitContainerDefinition.withImage(String image)
Set the image property: The image of the init container.
|
InitContainerDefinition |
InitContainerDefinition.withName(String name)
Set the name property: The name for the init container.
|
InitContainerDefinition |
InitContainerDefinition.withVolumeMounts(List<VolumeMount> volumeMounts)
Set the volumeMounts property: The volume mounts available to the init container.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.