SessionPoolCollection Class

Definition

A class representing a collection of SessionPoolResource and their operations. Each SessionPoolResource in the collection will belong to the same instance of ResourceGroupResource. To get a SessionPoolCollection instance call the GetSessionPools method from an instance of ResourceGroupResource.

public class SessionPoolCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppContainers.SessionPoolResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.SessionPoolResource>
type SessionPoolCollection = class
    inherit ArmCollection
    interface seq<SessionPoolResource>
    interface IEnumerable
    interface IAsyncEnumerable<SessionPoolResource>
Public Class SessionPoolCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SessionPoolResource), IEnumerable(Of SessionPoolResource)
Inheritance
SessionPoolCollection
Implements

Constructors

Name Description
SessionPoolCollection()

Initializes a new instance of SessionPoolCollection for mocking.

Properties

Name Description
Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Name Description
CreateOrUpdate(WaitUntil, String, SessionPoolData, CancellationToken)

Create or update a session pool with the given properties.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools/{sessionPoolName}.
  • Operation Id. : ContainerAppsSessionPools_CreateOrUpdate.
  • Default Api Version. : 2025-10-02-preview.
CreateOrUpdateAsync(WaitUntil, String, SessionPoolData, CancellationToken)

Create or update a session pool with the given properties.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools/{sessionPoolName}.
  • Operation Id. : ContainerAppsSessionPools_CreateOrUpdate.
  • Default Api Version. : 2025-10-02-preview.
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools/{sessionPoolName}.
  • Operation Id. : ContainerAppsSessionPools_Get.
  • Default Api Version. : 2025-10-02-preview.
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools/{sessionPoolName}.
  • Operation Id. : ContainerAppsSessionPools_Get.
  • Default Api Version. : 2025-10-02-preview.
Get(String, CancellationToken)

Get the properties of a session pool.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools/{sessionPoolName}.
  • Operation Id. : ContainerAppsSessionPools_Get.
  • Default Api Version. : 2025-10-02-preview.
GetAll(CancellationToken)

Get the session pools in a given resource group of a subscription.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools.
  • Operation Id. : ContainerAppsSessionPools_ListByResourceGroup.
  • Default Api Version. : 2025-10-02-preview.
GetAllAsync(CancellationToken)

Get the session pools in a given resource group of a subscription.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools.
  • Operation Id. : ContainerAppsSessionPools_ListByResourceGroup.
  • Default Api Version. : 2025-10-02-preview.
GetAsync(String, CancellationToken)

Get the properties of a session pool.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools/{sessionPoolName}.
  • Operation Id. : ContainerAppsSessionPools_Get.
  • Default Api Version. : 2025-10-02-preview.
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools/{sessionPoolName}.
  • Operation Id. : ContainerAppsSessionPools_Get.
  • Default Api Version. : 2025-10-02-preview.
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools/{sessionPoolName}.
  • Operation Id. : ContainerAppsSessionPools_Get.
  • Default Api Version. : 2025-10-02-preview.
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

Name Description
IAsyncEnumerable<SessionPoolResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SessionPoolResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Extension Methods

Name Description
ArrayContainsAll<T>(IEnumerable<T>, Object[])

Returns whether all values are present in the array.

ArrayContainsAny<T>(IEnumerable<T>, Object[])

Returns whether any values are present in the array.

Applies to