Freigeben über


MockableStandbyPoolSubscriptionResource.GetStandbyVirtualMachinePoolsAsync Method

Definition

List StandbyVirtualMachinePoolResource resources by subscription ID

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools.
  • Operation Id. : StandbyVirtualMachinePools_ListBySubscription.
  • Default Api Version. : 2025-10-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.StandbyPool.StandbyVirtualMachinePoolResource> GetStandbyVirtualMachinePoolsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetStandbyVirtualMachinePoolsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StandbyPool.StandbyVirtualMachinePoolResource>
override this.GetStandbyVirtualMachinePoolsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StandbyPool.StandbyVirtualMachinePoolResource>
Public Overridable Function GetStandbyVirtualMachinePoolsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StandbyVirtualMachinePoolResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to