Share via


Marketplace.PrivateStoreCollectionsToSubscriptionsMappingViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.ICollectionsToSubscriptionsMappingResponse> PrivateStoreCollectionsToSubscriptionsMappingViaJsonStringWithResult (string privateStoreId, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.ISendAsync sender);
member this.PrivateStoreCollectionsToSubscriptionsMappingViaJsonStringWithResult : 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.ICollectionsToSubscriptionsMappingResponse>
Public Function PrivateStoreCollectionsToSubscriptionsMappingViaJsonStringWithResult (privateStoreId As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ICollectionsToSubscriptionsMappingResponse)

Parameters

privateStoreId
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to