Sdílet prostřednictvím


EventGrid.SystemTopicsUpdateViaJsonStringWithResult Method

Definition

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

Parameters

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

Returns

Applies to