Uses of Interface
com.azure.resourcemanager.appcontainers.models.SessionPool.Update
Packages that use SessionPool.Update
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of SessionPool.Update in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SessionPool.UpdateModifier and TypeMethodDescriptionSessionPool.update()
Begins update for the SessionPool resource.SessionPool.UpdateStages.WithCustomContainerTemplate.withCustomContainerTemplate
(CustomContainerTemplate customContainerTemplate) Specifies the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer..SessionPool.UpdateStages.WithDynamicPoolConfiguration.withDynamicPoolConfiguration
(DynamicPoolConfiguration dynamicPoolConfiguration) Specifies the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic..SessionPool.UpdateStages.WithIdentity.withIdentity
(ManagedServiceIdentity identity) Specifies the identity property: Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code..SessionPool.UpdateStages.WithScaleConfiguration.withScaleConfiguration
(ScaleConfiguration scaleConfiguration) Specifies the scaleConfiguration property: The scale configuration of the session pool..SessionPool.UpdateStages.WithSecrets.withSecrets
(List<SessionPoolSecret> secrets) Specifies the secrets property: The secrets of the session pool..SessionPool.UpdateStages.WithSessionNetworkConfiguration.withSessionNetworkConfiguration
(SessionNetworkConfiguration sessionNetworkConfiguration) Specifies the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool..Specifies the tags property: Resource tags..