QuotaRequestDetailCollection.GetAsync(String, CancellationToken) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie die Details der Kontingentanforderung ab und status nach Kontingentanforderungs-ID für die Ressourcen des Ressourcenanbieters an einem bestimmten Speicherort. Die ID der Kontingentanforderung wird in der Antwort des PUT-Vorgangs zurückgegeben.
- Anforderungspfad/{scope}/providers/Microsoft.Quota/quotaRequests/{id}
- Vorgangs-IdQuotaRequestStatus_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Quota.QuotaRequestDetailResource>> GetAsync (string id, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Quota.QuotaRequestDetailResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Quota.QuotaRequestDetailResource>>
Public Overridable Function GetAsync (id As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of QuotaRequestDetailResource))
Parameter
- id
- String
Kontingentanforderungs-ID.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
id
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
id
ist NULL.
Gilt für:
Azure SDK for .NET