Uses of Class
com.azure.resourcemanager.appcontainers.models.Container
Packages that use Container
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Container in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ContainerModifier and TypeMethodDescriptionstatic ContainerContainer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Container from the JsonReader.Set the args property: Container start command arguments.Container.withCommand(List<String> command) Set the command property: Container start command.Container.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.Container.withProbes(List<ContainerAppProbe> probes) Set the probes property: List of probes for the container.Container.withResources(ContainerResources resources) Set the resources property: Container resource requirements.Container.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 ContainerModifier and TypeMethodDescriptionJobTemplate.containers()Get the containers property: List of container definitions for the Container App.Template.containers()Get the containers property: List of container definitions for the Container App.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type ContainerModifier and TypeMethodDescriptionJobTemplate.withContainers(List<Container> containers) Set the containers property: List of container definitions for the Container App.Template.withContainers(List<Container> containers) Set the containers property: List of container definitions for the Container App.