Uses of Class
com.azure.resourcemanager.appcontainers.models.SessionContainer
Packages that use SessionContainer
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of SessionContainer in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SessionContainerModifier and TypeMethodDescriptionstatic SessionContainer
SessionContainer.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SessionContainer from the JsonReader.Set the args property: Container start command arguments.SessionContainer.withCommand
(List<String> command) Set the command property: Container start command.SessionContainer.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.SessionContainer.withResources
(SessionContainerResources resources) Set the resources property: Container resource requirements.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type SessionContainerModifier and TypeMethodDescriptionCustomContainerTemplate.containers()
Get the containers property: List of container definitions for the sessions of the session pool.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type SessionContainerModifier and TypeMethodDescriptionCustomContainerTemplate.withContainers
(List<SessionContainer> containers) Set the containers property: List of container definitions for the sessions of the session pool.