Share via


EmailService.EmailServicesUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceResource> EmailServicesUpdateViaJsonStringWithResult (string subscriptionId, string resourceGroupName, string emailServiceName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.ISendAsync sender);
member this.EmailServicesUpdateViaJsonStringWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceResource>
Public Function EmailServicesUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, emailServiceName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IEmailServiceResource)

Parameters

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

Returns

Applies to