Sdílet prostřednictvím


Marketplace.PrivateStoreCollectionOfferCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IOffer> PrivateStoreCollectionOfferCreateOrUpdateWithResult (string privateStoreId, string collectionId, string offerId, Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IOffer body, Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.PrivateStoreCollectionOfferCreateOrUpdateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IOffer * Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IOffer>
Public Function PrivateStoreCollectionOfferCreateOrUpdateWithResult (privateStoreId As String, collectionId As String, offerId As String, body As IOffer, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IOffer)

Parameters

privateStoreId
String
collectionId
String
offerId
String
body
IOffer
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to