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