Freigeben über


ComputeExtensions.GetVirtualMachineScaleSetsByLocationAsync Methode

Definition

Ruft alle VM-Skalierungsgruppen unter dem angegebenen Abonnement für den angegebenen Speicherort ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachineScaleSets
  • Vorgangs-IdVirtualMachineScaleSets_ListByLocation
public static Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineScaleSetResource> GetVirtualMachineScaleSetsByLocationAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetVirtualMachineScaleSetsByLocationAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.VirtualMachineScaleSetResource>
<Extension()>
Public Function GetVirtualMachineScaleSetsByLocationAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineScaleSetResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

location
AzureLocation

Der Speicherort, für den VM-Skalierungsgruppen unter dem Abonnement abgefragt werden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von VirtualMachineScaleSetResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: