Partager via


IQuotaOperations.GetWithHttpMessagesAsync Méthode

Définition

Obtenez le quota actuel (limite de service) et l’utilisation d’une ressource. Vous pouvez utiliser la réponse de l’opération GET pour envoyer une demande de mise à jour de quota.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Reservations.Models.CurrentQuotaLimitBase,Microsoft.Azure.Management.Reservations.Models.QuotaGetHeaders>> GetWithHttpMessagesAsync (string subscriptionId, string providerId, string location, string resourceName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Reservations.Models.CurrentQuotaLimitBase, Microsoft.Azure.Management.Reservations.Models.QuotaGetHeaders>>
Public Function GetWithHttpMessagesAsync (subscriptionId As String, providerId As String, location As String, resourceName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of CurrentQuotaLimitBase, QuotaGetHeaders))

Paramètres

subscriptionId
String

ID d’abonnement Azure.

providerId
String

ID du fournisseur de ressources Azure.

location
String

Région Azure.

resourceName
String

Nom de ressource d’un fournisseur de ressources, tel que le nom de référence SKU pour Microsoft.Compute, Sku ou TotalLowPriorityCores pour Microsoft.MachineLearningServices

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code de status non valide

Levée en cas d’impossibilité de désérialiser la réponse

Levée lorsqu’un paramètre obligatoire a la valeur Null

S’applique à