Freigeben über


DataMigrationExtensions.GetUsagesAsync Methode

Definition

Diese Methode gibt regionsspezifische Kontingente und Ressourcennutzungsinformationen für die Database Migration Service zurück.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/usages
  • Vorgang IdUsages_List
public static Azure.AsyncPageable<Azure.ResourceManager.DataMigration.Models.Quota> GetUsagesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetUsagesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataMigration.Models.Quota>
<Extension()>
Public Function GetUsagesAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of Quota)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

location
AzureLocation

Die Azure-Region des Vorgangs.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der Quota mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: