Delen via


CommunicationServiceResource.Update Methode

Definitie

Overloads

Update(CommunicationServiceResourcePatch, CancellationToken)

Bewerking voor het bijwerken van een bestaande CommunicationService.

  • Pad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName} aanvragen
  • Bewerkings IdCommunicationServices_Update
Update(WaitUntil, CommunicationServiceResourcePatch, CancellationToken)

Bewerking voor het bijwerken van een bestaande CommunicationService.

  • Pad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName} aanvragen
  • Bewerkings IdCommunicationServices_Update

Update(CommunicationServiceResourcePatch, CancellationToken)

Bewerking voor het bijwerken van een bestaande CommunicationService.

  • Pad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName} aanvragen
  • Bewerkings IdCommunicationServices_Update
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 voor de updatebewerking.

cancellationToken
CancellationToken

Het annuleringstoken dat moet worden gebruikt.

Retouren

Uitzonderingen

patch is null.

Van toepassing op

Update(WaitUntil, CommunicationServiceResourcePatch, CancellationToken)

Bewerking voor het bijwerken van een bestaande CommunicationService.

  • Pad/abonnementen/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName} aanvragen
  • Bewerkings IdCommunicationServices_Update
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.CommunicationServiceResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Communication.Models.CommunicationServiceResourcePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Communication.Models.CommunicationServiceResourcePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.CommunicationServiceResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Communication.Models.CommunicationServiceResourcePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.CommunicationServiceResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As CommunicationServiceResourcePatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CommunicationServiceResource)

Parameters

waitUntil
WaitUntil

Completed als de methode moet wachten met retourneren totdat de langlopende bewerking op de service is voltooid; Started als deze moet terugkeren na het starten van de bewerking. Zie Voorbeelden van Azure.Core Long-Running-bewerkingen voor meer informatie over langdurige bewerkingen.

patch
CommunicationServiceResourcePatch

Parameters voor de updatebewerking.

cancellationToken
CancellationToken

Het annuleringstoken dat moet worden gebruikt.

Retouren

Uitzonderingen

patch is null.

Van toepassing op