Uses of Class
com.azure.resourcemanager.containerinstance.models.InitContainerDefinition
Packages that use InitContainerDefinition
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
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 InitContainerDefinitionModifier and TypeMethodDescriptionContainerGroupInner.initContainers()Get the initContainers property: The init containers for a container group.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 InitContainerDefinitionModifier and TypeMethodDescriptionContainerGroupInner.withInitContainers(List<InitContainerDefinition> initContainers) Set the initContainers property: The init containers for a container group.ContainerGroupProperties.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 InitContainerDefinitionModifier and TypeMethodDescriptionInitContainerDefinition.withCommand(List<String> command) Set the command property: The command to execute within the init container in exec form.InitContainerDefinition.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables) Set the environmentVariables property: The environment variables to set in the init container.Set the image property: The image of the init container.Set the name property: The name for the init container.InitContainerDefinition.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: The volume mounts available to the init container.