次の方法で共有


Communication.CommunicationServicesCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationServiceResource> CommunicationServicesCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string communicationServiceName, Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationServiceResource body, Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.CommunicationServicesCreateOrUpdateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationServiceResource * Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationServiceResource>
Public Function CommunicationServicesCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, communicationServiceName As String, body As ICommunicationServiceResource, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of ICommunicationServiceResource)

Parameters

subscriptionId
String
resourceGroupName
String
communicationServiceName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to