Delen via


StandbyContainerGroupPoolCollection.GetAllAsync(CancellationToken) Method

Definition

List StandbyContainerGroupPoolResource resources by resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools
  • Operation Id: StandbyContainerGroupPools_ListByResourceGroup
  • Default Api Version: 2023-12-01-preview
  • Resource: StandbyContainerGroupPoolResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StandbyContainerGroupPoolResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of StandbyContainerGroupPoolResource that may take multiple service requests to iterate over.

Applies to