Поделиться через


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

SessionPoolCollection()

Initializes a new instance of the SessionPoolCollection class for mocking.

Properties

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

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-01-01
  • Resource: SessionPoolResource
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-01-01
  • Resource: SessionPoolResource
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-01-01
  • Resource: SessionPoolResource
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-01-01
  • Resource: SessionPoolResource
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-01-01
  • Resource: SessionPoolResource
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-01-01
  • Resource: SessionPoolResource
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-01-01
  • Resource: SessionPoolResource
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-01-01
  • Resource: SessionPoolResource
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-01-01
  • Resource: SessionPoolResource
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-01-01
  • Resource: SessionPoolResource
TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Explicit Interface Implementations

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.

Applies to