Share via


EventGrid.PartnerNamespacesCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace> PartnerNamespacesCreateOrUpdateWithResult (string subscriptionId, string resourceGroupName, string partnerNamespaceName, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace body, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.PartnerNamespacesCreateOrUpdateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespace>
Public Function PartnerNamespacesCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, partnerNamespaceName As String, body As IPartnerNamespace, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IPartnerNamespace)

Parameters

subscriptionId
String
resourceGroupName
String
partnerNamespaceName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to