Freigeben über


StandbyVirtualMachinePoolRuntimeViewCollection.GetAllAsync Method

Definition

List StandbyVirtualMachinePoolRuntimeViewResource resources by StandbyVirtualMachinePoolResource

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

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

Applies to