Freigeben über


UsagesOperationsExtensions.ListByLocationAsync Methode

Definition

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

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Storage.Fluent.Models.UsageInner>> ListByLocationAsync (this Microsoft.Azure.Management.Storage.Fluent.IUsagesOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListByLocationAsync : Microsoft.Azure.Management.Storage.Fluent.IUsagesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Storage.Fluent.Models.UsageInner>>
<Extension()>
Public Function ListByLocationAsync (operations As IUsagesOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of UsageInner))

Parameter

operations
IUsagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Der Speicherort der Azure Storage-Ressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: