Delen via


StandbyContainerGroupPoolCollection.GetAll(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.Pageable<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StandbyPool.StandbyContainerGroupPoolResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StandbyContainerGroupPoolResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to