Share via


EventGrid.DomainTopicsCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainTopic> DomainTopicsCreateOrUpdateWithResult (string subscriptionId, string resourceGroupName, string domainName, string domainTopicName, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.ISendAsync sender);
member this.DomainTopicsCreateOrUpdateWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IDomainTopic>
Public Function DomainTopicsCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, domainName As String, domainTopicName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IDomainTopic)

Parameters

subscriptionId
String
resourceGroupName
String
domainName
String
domainTopicName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to