Freigeben über


StorageExtensions.GetUsagesByLocationAsync Methode

Definition

Ruft die aktuelle Nutzungsanzahl und den Grenzwert für die Ressourcen des Speicherorts unter dem Abonnement ab.

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

Parameter

subscriptionResource
SubscriptionResource

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

location
AzureLocation

Der Speicherort der Azure Storage-Ressource.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: