Uses of Class
com.azure.resourcemanager.appservice.models.Container
Packages that use Container
Package
Description
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 ContainerModifier and TypeMethodDescriptionstatic Container
Container.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.withResources
(ContainerResources resources) Set the resources property: Container resource requirements.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ContainerModifier and TypeMethodDescriptionTemplate.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 ContainerModifier and TypeMethodDescriptionTemplate.withContainers
(List<Container> containers) Set the containers property: List of container definitions for the Container App.