Communication.CommunicationServicesUpdateWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationServiceResource> CommunicationServicesUpdateWithResult(string subscriptionId, string resourceGroupName, string communicationServiceName, Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationServiceResourceUpdate 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.CommunicationServicesUpdateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationServiceResourceUpdate * 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 CommunicationServicesUpdateWithResult (subscriptionId As String, resourceGroupName As String, communicationServiceName As String, body As ICommunicationServiceResourceUpdate, 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