Uses of Class
com.azure.resourcemanager.appcontainers.models.BaseContainer
Packages that use BaseContainer
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of BaseContainer in com.azure.resourcemanager.appcontainers.models
Subclasses of BaseContainer in com.azure.resourcemanager.appcontainers.modelsModifier and TypeClassDescriptionfinal class
Container App container definition.final class
Container App init container definition.Methods in com.azure.resourcemanager.appcontainers.models that return BaseContainerModifier and TypeMethodDescriptionstatic BaseContainer
BaseContainer.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BaseContainer from the JsonReader.Set the args property: Container start command arguments.BaseContainer.withCommand
(List<String> command) Set the command property: Container start command.BaseContainer.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.BaseContainer.withResources
(ContainerResources resources) Set the resources property: Container resource requirements.BaseContainer.withVolumeMounts
(List<VolumeMount> volumeMounts) Set the volumeMounts property: Container volume mounts.