Share via


Marketplace.PrivateStoreCollectionOfferGetWithResult Method

Definition

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

Parameters

privateStoreId
String
collectionId
String
offerId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to