Partager via


UsagesOperationsExtensions.ListByLocationAsync Méthode

Définition

Obtient le nombre d’utilisation actuel et la limite des ressources de l’emplacement sous l’abonnement.

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))

Paramètres

operations
IUsagesOperations

Groupe d’opérations pour cette méthode d’extension.

location
String

Emplacement de la ressource Stockage Azure.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à