Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.SessionPoolUpdatablePropertiesProperties
Packages that use SessionPoolUpdatablePropertiesProperties
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
-
Uses of SessionPoolUpdatablePropertiesProperties in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return SessionPoolUpdatablePropertiesPropertiesModifier and TypeMethodDescriptionSessionPoolUpdatablePropertiesProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SessionPoolUpdatablePropertiesProperties from the JsonReader.SessionPoolUpdatablePropertiesProperties.withCustomContainerTemplate
(CustomContainerTemplate customContainerTemplate) Set the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer.SessionPoolUpdatablePropertiesProperties.withDynamicPoolConfiguration
(DynamicPoolConfiguration dynamicPoolConfiguration) Set the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic.SessionPoolUpdatablePropertiesProperties.withScaleConfiguration
(ScaleConfiguration scaleConfiguration) Set the scaleConfiguration property: The scale configuration of the session pool.SessionPoolUpdatablePropertiesProperties.withSecrets
(List<SessionPoolSecret> secrets) Set the secrets property: The secrets of the session pool.SessionPoolUpdatablePropertiesProperties.withSessionNetworkConfiguration
(SessionNetworkConfiguration sessionNetworkConfiguration) Set the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool.