StandbyContainerGroupPoolRuntimeViewCollection.GetAllAsync Method

Definition

List StandbyContainerGroupPoolRuntimeViewResource resources by StandbyContainerGroupPoolResource

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to