PrivateStoreOperationsExtensions.QueryRequestApprovalMethod 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 Microsoft.Azure.Management.Marketplace.Models.QueryRequestApproval QueryRequestApprovalMethod (this Microsoft.Azure.Management.Marketplace.IPrivateStoreOperations operations, string privateStoreId, string requestApprovalId, Microsoft.Azure.Management.Marketplace.Models.QueryRequestApprovalProperties payload = default);
static member QueryRequestApprovalMethod : Microsoft.Azure.Management.Marketplace.IPrivateStoreOperations * string * string * Microsoft.Azure.Management.Marketplace.Models.QueryRequestApprovalProperties -> Microsoft.Azure.Management.Marketplace.Models.QueryRequestApproval
<Extension()>
Public Function QueryRequestApprovalMethod (operations As IPrivateStoreOperations, privateStoreId As String, requestApprovalId As String, Optional payload As QueryRequestApprovalProperties = Nothing) As 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
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