Share via


EmailService.DomainsCreateOrUpdateViaJsonStringWithResult Method

Definition

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

Parameters

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

Returns

Applies to