Uses of Interface
com.azure.resourcemanager.appcontainers.models.SessionPool
Packages that use SessionPool
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of SessionPool in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return SessionPoolModifier and TypeMethodDescriptionSessionPool.Update.apply()Executes the update request.SessionPool.Update.apply(com.azure.core.util.Context context) Executes the update request.SessionPool.DefinitionStages.WithCreate.create()Executes the create request.SessionPool.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Get the properties of a session pool.ContainerAppsSessionPools.getByResourceGroup(String resourceGroupName, String sessionPoolName) Get the properties of a session pool.SessionPool.refresh()Refreshes the resource to sync with Azure.SessionPool.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type SessionPoolModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SessionPool> ContainerAppsSessionPools.getByIdWithResponse(String id, com.azure.core.util.Context context) Get the properties of a session pool.com.azure.core.http.rest.Response<SessionPool> ContainerAppsSessionPools.getByResourceGroupWithResponse(String resourceGroupName, String sessionPoolName, com.azure.core.util.Context context) Get the properties of a session pool.com.azure.core.http.rest.PagedIterable<SessionPool> ContainerAppsSessionPools.list()Get the session pools in a given subscription.com.azure.core.http.rest.PagedIterable<SessionPool> ContainerAppsSessionPools.list(com.azure.core.util.Context context) Get the session pools in a given subscription.com.azure.core.http.rest.PagedIterable<SessionPool> ContainerAppsSessionPools.listByResourceGroup(String resourceGroupName) Get the session pools in a given resource group of a subscription.com.azure.core.http.rest.PagedIterable<SessionPool> ContainerAppsSessionPools.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Get the session pools in a given resource group of a subscription.