PrivateStoreOperationsExtensions.QueryRequestApprovalMethodAsync 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.
Abrufen von Anforderungsstatuss foreach Plan, diese API wird als komplexe GET-Aktion verwendet.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Marketplace.Models.QueryRequestApproval> QueryRequestApprovalMethodAsync (this Microsoft.Azure.Management.Marketplace.IPrivateStoreOperations operations, string privateStoreId, string requestApprovalId, Microsoft.Azure.Management.Marketplace.Models.QueryRequestApprovalProperties payload = default, System.Threading.CancellationToken cancellationToken = default);
static member QueryRequestApprovalMethodAsync : Microsoft.Azure.Management.Marketplace.IPrivateStoreOperations * string * string * Microsoft.Azure.Management.Marketplace.Models.QueryRequestApprovalProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Marketplace.Models.QueryRequestApproval>
<Extension()>
Public Function QueryRequestApprovalMethodAsync (operations As IPrivateStoreOperations, privateStoreId As String, requestApprovalId As String, Optional payload As QueryRequestApprovalProperties = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of QueryRequestApproval)
Parameter
- operations
- IPrivateStoreOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- privateStoreId
- String
Die Speicher-ID muss die Mandanten-ID verwenden.
- requestApprovalId
- String
Die Anforderungsgenehmigungs-ID zum Abrufen der Erstellung oder Aktualisierung
- payload
- QueryRequestApprovalProperties
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET