Sdílet prostřednictvím


Marketplace.PrivateStoreCreateApprovalRequestViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRequestApprovalResource> PrivateStoreCreateApprovalRequestViaJsonStringWithResult (string privateStoreId, string requestApprovalId, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.ISendAsync sender);
member this.PrivateStoreCreateApprovalRequestViaJsonStringWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRequestApprovalResource>
Public Function PrivateStoreCreateApprovalRequestViaJsonStringWithResult (privateStoreId As String, requestApprovalId As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IRequestApprovalResource)

Parameters

privateStoreId
String
requestApprovalId
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to