Share via


CommunicationServiceResource.Update Method

Definition

Operation to update an existing CommunicationService.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
  • Operation Id: CommunicationServices_Update
  • Default Api Version: 2023-04-01
  • Resource: CommunicationServiceResource
public virtual Azure.Response<Azure.ResourceManager.Communication.CommunicationServiceResource> Update (Azure.ResourceManager.Communication.Models.CommunicationServiceResourcePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Communication.Models.CommunicationServiceResourcePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Communication.CommunicationServiceResource>
override this.Update : Azure.ResourceManager.Communication.Models.CommunicationServiceResourcePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Communication.CommunicationServiceResource>
Public Overridable Function Update (patch As CommunicationServiceResourcePatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CommunicationServiceResource)

Parameters

patch
CommunicationServiceResourcePatch

Parameters for the update operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to