Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.SessionPoolProperties
Packages that use SessionPoolProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
-
Uses of SessionPoolProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return SessionPoolPropertiesModifier and TypeMethodDescriptionstatic SessionPoolProperties
SessionPoolProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SessionPoolProperties from the JsonReader.SessionPoolProperties.withContainerType
(ContainerType containerType) Set the containerType property: The container type of the sessions.SessionPoolProperties.withCustomContainerTemplate
(CustomContainerTemplate customContainerTemplate) Set the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer.SessionPoolProperties.withDynamicPoolConfiguration
(DynamicPoolConfiguration dynamicPoolConfiguration) Set the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic.SessionPoolProperties.withEnvironmentId
(String environmentId) Set the environmentId property: Resource ID of the session pool's environment.SessionPoolProperties.withManagedIdentitySettings
(List<ManagedIdentitySetting> managedIdentitySettings) Set the managedIdentitySettings property: Optional settings for a Managed Identity that is assigned to the Session pool.SessionPoolProperties.withPoolManagementType
(PoolManagementType poolManagementType) Set the poolManagementType property: The pool management type of the session pool.SessionPoolProperties.withScaleConfiguration
(ScaleConfiguration scaleConfiguration) Set the scaleConfiguration property: The scale configuration of the session pool.SessionPoolProperties.withSecrets
(List<SessionPoolSecret> secrets) Set the secrets property: The secrets of the session pool.SessionPoolProperties.withSessionNetworkConfiguration
(SessionNetworkConfiguration sessionNetworkConfiguration) Set the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool.