Freigeben über


IQuotaOperations.GetWithHttpMessagesAsync Methode

Definition

Rufen Sie das Kontingentlimit einer Ressource ab. Die Antwort kann verwendet werden, um das verbleibende Kontingent zu bestimmen, um ein neues Kontingentlimit zu berechnen, das mit einer PUT-Anforderung übermittelt werden kann.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Quota.Models.CurrentQuotaLimitBase,Microsoft.Azure.Management.Quota.Models.QuotaGetHeaders>> GetWithHttpMessagesAsync (string resourceName, string scope, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : 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.Quota.Models.CurrentQuotaLimitBase, Microsoft.Azure.Management.Quota.Models.QuotaGetHeaders>>
Public Function GetWithHttpMessagesAsync (resourceName As String, scope As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of CurrentQuotaLimitBase, QuotaGetHeaders))

Parameter

resourceName
String

Ressourcenname für einen bestimmten Ressourcenanbieter. Beispiel:

  • SKU-Name für Microsoft.Compute
  • SKU oder TotalLowPriorityCores for Microsoft.MachineLearningServices For Microsoft.Network PublicIPAddresses.
scope
String

Der Azure-Zielressourcen-URI. Beispielsweise /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/. Dies ist der Azure-Ressourcen-Ziel-URI für den List GET-Vorgang. Wenn ein {resourceName} nach /quotashinzugefügt wird, ist dies der Azure-Zielressourcen-URI im GET-Vorgang für die jeweilige Ressource.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: