Uses of Class
com.microsoft.azure.management.containerinstance.InitContainerDefinition
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of InitContainerDefinition in com.microsoft.azure.management.containerinstance
Modifier and TypeMethodDescriptionInitContainerDefinition.withCommand
(List<String> command) Set the command to execute within the init container in exec form.InitContainerDefinition.withEnvironmentVariables
(List<EnvironmentVariable> environmentVariables) Set the environment variables to set in the init container.Set the image of the init container.Set the name for the init container.InitContainerDefinition.withVolumeMounts
(List<VolumeMount> volumeMounts) Set the volume mounts available to the init container.