Uses of Class
com.azure.resourcemanager.containerinstance.models.InitContainerDefinition
-
Packages that use InitContainerDefinition Package Description com.azure.resourcemanager.containerinstance.fluent.models Package containing the inner data models for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of InitContainerDefinition in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return types with arguments of type InitContainerDefinition Modifier and Type Method Description List<InitContainerDefinition>ContainerGroupInner. initContainers()Get the initContainers property: The init containers for a container group.List<InitContainerDefinition>ContainerGroupProperties. initContainers()Get the initContainers property: The init containers for a container group.Method parameters in com.azure.resourcemanager.containerinstance.fluent.models with type arguments of type InitContainerDefinition Modifier and Type Method Description ContainerGroupInnerContainerGroupInner. withInitContainers(List<InitContainerDefinition> initContainers)Set the initContainers property: The init containers for a container group.ContainerGroupPropertiesContainerGroupProperties. withInitContainers(List<InitContainerDefinition> initContainers)Set the initContainers property: The init containers for a container group. -
Uses of InitContainerDefinition in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return InitContainerDefinition Modifier and Type Method Description InitContainerDefinitionInitContainerDefinition. withCommand(List<String> command)Set the command property: The command to execute within the init container in exec form.InitContainerDefinitionInitContainerDefinition. withEnvironmentVariables(List<EnvironmentVariable> environmentVariables)Set the environmentVariables property: The environment variables to set in the init container.InitContainerDefinitionInitContainerDefinition. withImage(String image)Set the image property: The image of the init container.InitContainerDefinitionInitContainerDefinition. withName(String name)Set the name property: The name for the init container.InitContainerDefinitionInitContainerDefinition. withVolumeMounts(List<VolumeMount> volumeMounts)Set the volumeMounts property: The volume mounts available to the init container.
-