Partager via


CloudServiceSwapResource.UpdateAsync Méthode

Définition

Effectue l’opération d’échange vip sur les services cloud échangeables.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/cloudServices/{resourceName}/providers/Microsoft.Network/cloudServiceSlots/{singletonResource}
  • IdVipSwap_Create d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.CloudServiceSwapData data, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Network.CloudServiceSwapData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Network.CloudServiceSwapData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, data As CloudServiceSwapData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

data
CloudServiceSwapData

Objet SwapResource où le type d’emplacement doit être l’emplacement cible après l’échange d’adresses ip virtuelles pour le service cloud spécifié.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

data a la valeur null.

S’applique à