Share via


StandbyVirtualMachinePoolRuntimeViewCollection.GetAllAsync Method

Definition

List StandbyVirtualMachinePoolRuntimeViewResource resources by StandbyVirtualMachinePoolResource

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to