Uses of Class
com.azure.resourcemanager.appcontainers.models.InitContainer
Packages that use InitContainer
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of InitContainer in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return InitContainerModifier and TypeMethodDescriptionstatic InitContainer
InitContainer.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of InitContainer from the JsonReader.Set the args property: Container start command arguments.InitContainer.withCommand
(List<String> command) Set the command property: Container start command.InitContainer.withEnv
(List<EnvironmentVar> env) Set the env property: Container environment variables.Set the image property: Container image tag.Set the name property: Custom container name.InitContainer.withResources
(ContainerResources resources) Set the resources property: Container resource requirements.InitContainer.withVolumeMounts
(List<VolumeMount> volumeMounts) Set the volumeMounts property: Container volume mounts.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type InitContainerModifier and TypeMethodDescriptionJobTemplate.initContainers()
Get the initContainers property: List of specialized containers that run before app containers.Template.initContainers()
Get the initContainers property: List of specialized containers that run before app containers.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type InitContainerModifier and TypeMethodDescriptionJobTemplate.withInitContainers
(List<InitContainer> initContainers) Set the initContainers property: List of specialized containers that run before app containers.Template.withInitContainers
(List<InitContainer> initContainers) Set the initContainers property: List of specialized containers that run before app containers.