Uses of Class
com.azure.resourcemanager.appcontainers.models.ScaleConfiguration
Packages that use ScaleConfiguration
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of ScaleConfiguration in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return ScaleConfigurationModifier and TypeMethodDescriptionSessionPoolInner.scaleConfiguration()Get the scaleConfiguration property: The scale configuration of the session pool.SessionPoolProperties.scaleConfiguration()Get the scaleConfiguration property: The scale configuration of the session pool.SessionPoolUpdatablePropertiesProperties.scaleConfiguration()Get the scaleConfiguration property: The scale configuration of the session pool.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type ScaleConfigurationModifier and TypeMethodDescriptionSessionPoolInner.withScaleConfiguration(ScaleConfiguration scaleConfiguration) Set the scaleConfiguration property: The scale configuration of the session pool.SessionPoolProperties.withScaleConfiguration(ScaleConfiguration scaleConfiguration) Set the scaleConfiguration property: The scale configuration of the session pool.SessionPoolUpdatablePropertiesProperties.withScaleConfiguration(ScaleConfiguration scaleConfiguration) Set the scaleConfiguration property: The scale configuration of the session pool. -
Uses of ScaleConfiguration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return ScaleConfigurationModifier and TypeMethodDescriptionstatic ScaleConfigurationScaleConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScaleConfiguration from the JsonReader.SessionPool.scaleConfiguration()Gets the scaleConfiguration property: The scale configuration of the session pool.SessionPoolUpdatableProperties.scaleConfiguration()Get the scaleConfiguration property: The scale configuration of the session pool.ScaleConfiguration.withMaxConcurrentSessions(Integer maxConcurrentSessions) Set the maxConcurrentSessions property: The maximum count of sessions at the same time.ScaleConfiguration.withReadySessionInstances(Integer readySessionInstances) Set the readySessionInstances property: The minimum count of ready session instances.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type ScaleConfigurationModifier and TypeMethodDescriptionSessionPool.DefinitionStages.WithScaleConfiguration.withScaleConfiguration(ScaleConfiguration scaleConfiguration) Specifies the scaleConfiguration property: The scale configuration of the session pool..SessionPool.UpdateStages.WithScaleConfiguration.withScaleConfiguration(ScaleConfiguration scaleConfiguration) Specifies the scaleConfiguration property: The scale configuration of the session pool..SessionPoolUpdatableProperties.withScaleConfiguration(ScaleConfiguration scaleConfiguration) Set the scaleConfiguration property: The scale configuration of the session pool.