Condividi tramite


StandbyContainerGroupPoolRuntimeViewCollection.GetAllAsync Method

Definition

List StandbyContainerGroupPoolRuntimeViewResource resources by StandbyContainerGroupPoolResource

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews.
  • Operation Id. : StandbyContainerGroupPoolRuntimeViews_ListByStandbyPool.
  • Default Api Version. : 2025-10-01.
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

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

Applies to