Uses of Class
com.azure.resourcemanager.appservice.models.Container
-
Packages that use Container Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of Container in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Container Modifier and Type Method Description ContainerContainer. withArgs(List<String> args)Set the args property: Container start command arguments.ContainerContainer. withCommand(List<String> command)Set the command property: Container start command.ContainerContainer. withEnv(List<EnvironmentVar> env)Set the env property: Container environment variables.ContainerContainer. withImage(String image)Set the image property: Container image tag.ContainerContainer. withName(String name)Set the name property: Custom container name.ContainerContainer. withResources(ContainerResources resources)Set the resources property: Container resource requirements.Methods in com.azure.resourcemanager.appservice.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.appservice.models with type arguments of type Container Modifier and Type Method Description TemplateTemplate. withContainers(List<Container> containers)Set the containers property: List of container definitions for the Container App.
-