Uses of Class
com.azure.resourcemanager.containerinstance.fluent.models.InitContainerPropertiesDefinition
Packages that use InitContainerPropertiesDefinition
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
-
Uses of InitContainerPropertiesDefinition in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return InitContainerPropertiesDefinitionModifier and TypeMethodDescriptionInitContainerPropertiesDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of InitContainerPropertiesDefinition from the JsonReader.InitContainerPropertiesDefinition.withCommand(List<String> command) Set the command property: The command to execute within the init container in exec form.InitContainerPropertiesDefinition.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.InitContainerPropertiesDefinition.withSecurityContext(SecurityContextDefinition securityContext) Set the securityContext property: The container security properties.InitContainerPropertiesDefinition.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: The volume mounts available to the init container.