CommunicationServiceResource.Update Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
Update(CommunicationServiceResourcePatch, CancellationToken) |
Bewerking voor het bijwerken van een bestaande CommunicationService.
|
Update(WaitUntil, CommunicationServiceResourcePatch, CancellationToken) |
Bewerking voor het bijwerken van een bestaande CommunicationService.
|
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
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.
Parameters voor de updatebewerking.
- cancellationToken
- CancellationToken
Het annuleringstoken dat moet worden gebruikt.
Retouren
Uitzonderingen
patch
is null.