Share via


EventGrid.TopicsCreateOrUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopic> TopicsCreateOrUpdateViaJsonStringWithResult (string subscriptionId, string resourceGroupName, string topicName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.ISendAsync sender);
member this.TopicsCreateOrUpdateViaJsonStringWithResult : 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.ITopic>
Public Function TopicsCreateOrUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, topicName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ITopic)

Parameters

subscriptionId
String
resourceGroupName
String
topicName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to