Uses of Class
com.azure.resourcemanager.appcontainers.models.Container
-
Packages that use Container Package Description com.azure.resourcemanager.appcontainers.models 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 Container Modifier and Type Method Description Container
Container. withArgs(List<String> args)
Set the args property: Container start command arguments.Container
Container. withCommand(List<String> command)
Set the command property: Container start command.Container
Container. withEnv(List<EnvironmentVar> env)
Set the env property: Container environment variables.Container
Container. withImage(String image)
Set the image property: Container image tag.Container
Container. withName(String name)
Set the name property: Custom container name.Container
Container. withProbes(List<ContainerAppProbe> probes)
Set the probes property: List of probes for the container.Container
Container. withResources(ContainerResources resources)
Set the resources property: Container resource requirements.Container
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 Container Modifier and Type Method Description List<Container>
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 Container Modifier and Type Method Description Template
Template. withContainers(List<Container> containers)
Set the containers property: List of container definitions for the Container App.
-