Uses of Class
com.azure.resourcemanager.appcontainers.models.DynamicPoolConfiguration
Packages that use DynamicPoolConfiguration
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of DynamicPoolConfiguration in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return DynamicPoolConfigurationModifier and TypeMethodDescriptionSessionPoolInner.dynamicPoolConfiguration()Get the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic.SessionPoolProperties.dynamicPoolConfiguration()Get the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic.SessionPoolUpdatablePropertiesProperties.dynamicPoolConfiguration()Get the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type DynamicPoolConfigurationModifier and TypeMethodDescriptionSessionPoolInner.withDynamicPoolConfiguration(DynamicPoolConfiguration dynamicPoolConfiguration) Set the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic.SessionPoolProperties.withDynamicPoolConfiguration(DynamicPoolConfiguration dynamicPoolConfiguration) Set the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic.SessionPoolUpdatablePropertiesProperties.withDynamicPoolConfiguration(DynamicPoolConfiguration dynamicPoolConfiguration) Set the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic. -
Uses of DynamicPoolConfiguration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DynamicPoolConfigurationModifier and TypeMethodDescriptionSessionPool.dynamicPoolConfiguration()Gets the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic.SessionPoolUpdatableProperties.dynamicPoolConfiguration()Get the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic.static DynamicPoolConfigurationDynamicPoolConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DynamicPoolConfiguration from the JsonReader.DynamicPoolConfiguration.withLifecycleConfiguration(LifecycleConfiguration lifecycleConfiguration) Set the lifecycleConfiguration property: The lifecycle configuration of a session in the dynamic session pool.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type DynamicPoolConfigurationModifier and TypeMethodDescriptionSessionPool.DefinitionStages.WithDynamicPoolConfiguration.withDynamicPoolConfiguration(DynamicPoolConfiguration dynamicPoolConfiguration) Specifies the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic..SessionPool.UpdateStages.WithDynamicPoolConfiguration.withDynamicPoolConfiguration(DynamicPoolConfiguration dynamicPoolConfiguration) Specifies the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic..SessionPoolUpdatableProperties.withDynamicPoolConfiguration(DynamicPoolConfiguration dynamicPoolConfiguration) Set the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic.