Partager via


UsagesOperationsExtensions.ListAsync Méthode

Définition

Répertorier les utilisations réseau d’un abonnement.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.Usage>> ListAsync (this Microsoft.Azure.Management.Network.IUsagesOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.IUsagesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.Usage>>
<Extension()>
Public Function ListAsync (operations As IUsagesOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Usage))

Paramètres

operations
IUsagesOperations

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

location
String

Emplacement où l’utilisation des ressources est interrogée.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à