Partager via


UsagesOperationsExtensions.ListAsync Méthode

Définition

Obtient les informations d’utilisation actuelles ainsi que les limites des ressources Batch AI pour un abonnement donné.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Usage>> ListAsync (this Microsoft.Azure.Management.BatchAI.IUsagesOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.BatchAI.IUsagesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.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 pour lequel l’utilisation des ressources est interrogée.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à