Sdílet prostřednictvím


EventGrid.PartnerConfigurationsUpdateViaJsonStringWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to