Uses of Class
com.azure.resourcemanager.containerinstance.models.InitContainerDefinition
Packages that use InitContainerDefinition
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
null.
Package containing the data models for ContainerInstanceManagementClient.
null.
-
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
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type InitContainerDefinitionModifier and TypeClassDescriptionfinal classThe init container definition.Methods in com.azure.resourcemanager.containerinstance.models that return InitContainerDefinitionModifier and TypeMethodDescriptionstatic InitContainerDefinitionInitContainerDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InitContainerDefinition from the JsonReader.InitContainerDefinition.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.withSecurityContext(SecurityContextDefinition securityContext) Set the securityContext property: The container security properties.InitContainerDefinition.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: The volume mounts available to the init container.