Interface SessionPool.Update
- All Superinterfaces:
SessionPool.UpdateStages.WithCustomContainerTemplate
,SessionPool.UpdateStages.WithDynamicPoolConfiguration
,SessionPool.UpdateStages.WithIdentity
,SessionPool.UpdateStages.WithScaleConfiguration
,SessionPool.UpdateStages.WithSecrets
,SessionPool.UpdateStages.WithSessionNetworkConfiguration
,SessionPool.UpdateStages.WithTags
- Enclosing interface:
SessionPool
public static interface SessionPool.Update
extends SessionPool.UpdateStages.WithTags, SessionPool.UpdateStages.WithIdentity, SessionPool.UpdateStages.WithScaleConfiguration, SessionPool.UpdateStages.WithSecrets, SessionPool.UpdateStages.WithDynamicPoolConfiguration, SessionPool.UpdateStages.WithCustomContainerTemplate, SessionPool.UpdateStages.WithSessionNetworkConfiguration
The template for SessionPool update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.SessionPool.UpdateStages.WithCustomContainerTemplate
withCustomContainerTemplate
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.SessionPool.UpdateStages.WithDynamicPoolConfiguration
withDynamicPoolConfiguration
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.SessionPool.UpdateStages.WithIdentity
withIdentity
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.SessionPool.UpdateStages.WithScaleConfiguration
withScaleConfiguration
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.SessionPool.UpdateStages.WithSecrets
withSecrets
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.SessionPool.UpdateStages.WithSessionNetworkConfiguration
withSessionNetworkConfiguration
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.SessionPool.UpdateStages.WithTags
withTags
-
Method Details
-
apply
SessionPool apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-