Uses of Class
com.azure.resourcemanager.appcontainers.models.SessionPoolUpdatableProperties
Packages that use SessionPoolUpdatableProperties
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of SessionPoolUpdatableProperties in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type SessionPoolUpdatablePropertiesModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SessionPoolInner>, SessionPoolInner> ContainerAppsSessionPoolsClient.beginUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolUpdatableProperties sessionPoolEnvelope) Update properties of a session pool Patches a session pool using JSON merge patch.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<SessionPoolInner>, SessionPoolInner> ContainerAppsSessionPoolsClient.beginUpdate
(String resourceGroupName, String sessionPoolName, SessionPoolUpdatableProperties sessionPoolEnvelope, com.azure.core.util.Context context) Update properties of a session pool Patches a session pool using JSON merge patch.ContainerAppsSessionPoolsClient.update
(String resourceGroupName, String sessionPoolName, SessionPoolUpdatableProperties sessionPoolEnvelope) Update properties of a session pool Patches a session pool using JSON merge patch.ContainerAppsSessionPoolsClient.update
(String resourceGroupName, String sessionPoolName, SessionPoolUpdatableProperties sessionPoolEnvelope, com.azure.core.util.Context context) Update properties of a session pool Patches a session pool using JSON merge patch. -
Uses of SessionPoolUpdatableProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SessionPoolUpdatablePropertiesModifier and TypeMethodDescriptionSessionPoolUpdatableProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SessionPoolUpdatableProperties from the JsonReader.SessionPoolUpdatableProperties.withCustomContainerTemplate
(CustomContainerTemplate customContainerTemplate) Set the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer.SessionPoolUpdatableProperties.withDynamicPoolConfiguration
(DynamicPoolConfiguration dynamicPoolConfiguration) Set the dynamicPoolConfiguration property: The pool configuration if the poolManagementType is dynamic.SessionPoolUpdatableProperties.withIdentity
(ManagedServiceIdentity identity) Set 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.SessionPoolUpdatableProperties.withScaleConfiguration
(ScaleConfiguration scaleConfiguration) Set the scaleConfiguration property: The scale configuration of the session pool.SessionPoolUpdatableProperties.withSecrets
(List<SessionPoolSecret> secrets) Set the secrets property: The secrets of the session pool.SessionPoolUpdatableProperties.withSessionNetworkConfiguration
(SessionNetworkConfiguration sessionNetworkConfiguration) Set the sessionNetworkConfiguration property: The network configuration of the sessions in the session pool.Set the tags property: Resource tags.