Freigeben über


IPrivateStoreOperations.QueryRequestApprovalMethodWithHttpMessagesAsync Methode

Definition

Abrufen von Anforderungsstatuss foreach Plan, diese API wird als komplexe GET-Aktion verwendet.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Marketplace.Models.QueryRequestApproval>> QueryRequestApprovalMethodWithHttpMessagesAsync(string privateStoreId, string requestApprovalId, Microsoft.Azure.Management.Marketplace.Models.QueryRequestApprovalProperties payload = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member QueryRequestApprovalMethodWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Marketplace.Models.QueryRequestApprovalProperties * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Marketplace.Models.QueryRequestApproval>>
Public Function QueryRequestApprovalMethodWithHttpMessagesAsync (privateStoreId As String, requestApprovalId As String, Optional payload As QueryRequestApprovalProperties = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of QueryRequestApproval))

Parameter

privateStoreId
String

Die Speicher-ID muss die Mandanten-ID verwenden.

requestApprovalId
String

Die Anforderungsgenehmigungs-ID zum Abrufen der Erstellung oder Aktualisierung

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: