CommunicationServiceResource.UpdateAsync 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
UpdateAsync(CommunicationServiceResourcePatch, CancellationToken) |
Bewerking voor het bijwerken van een bestaande CommunicationService.
|
UpdateAsync(WaitUntil, CommunicationServiceResourcePatch, CancellationToken) |
Bewerking voor het bijwerken van een bestaande CommunicationService.
|
UpdateAsync(CommunicationServiceResourcePatch, CancellationToken)
Bewerking voor het bijwerken van een bestaande CommunicationService.
- Aanvraagpad/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
- Bewerkings IdCommunicationServices_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Communication.CommunicationServiceResource>> UpdateAsync (Azure.ResourceManager.Communication.Models.CommunicationServiceResourcePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Communication.Models.CommunicationServiceResourcePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Communication.CommunicationServiceResource>>
override this.UpdateAsync : Azure.ResourceManager.Communication.Models.CommunicationServiceResourcePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Communication.CommunicationServiceResource>>
Public Overridable Function UpdateAsync (patch As CommunicationServiceResourcePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CommunicationServiceResource))
Parameters
Parameters voor de updatebewerking.
- cancellationToken
- CancellationToken
Het annuleringstoken dat moet worden gebruikt.
Retouren
Uitzonderingen
patch
is null.
Van toepassing op
UpdateAsync(WaitUntil, CommunicationServiceResourcePatch, CancellationToken)
Bewerking voor het bijwerken van een bestaande CommunicationService.
- Aanvraagpad/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}
- Bewerkings IdCommunicationServices_Update
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.CommunicationServiceResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Communication.Models.CommunicationServiceResourcePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Communication.Models.CommunicationServiceResourcePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.CommunicationServiceResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Communication.Models.CommunicationServiceResourcePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Communication.CommunicationServiceResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, patch As CommunicationServiceResourcePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 worden geretourneerd na het starten van de bewerking. Zie Voorbeelden van Azure.Core Long-Running-bewerkingen voor meer informatie over langlopende bewerkingen.
Parameters voor de updatebewerking.
- cancellationToken
- CancellationToken
Het annuleringstoken dat moet worden gebruikt.
Retouren
Uitzonderingen
patch
is null.