ServiceTopologyResource.Update Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée de façon synchrone une topologie de service ou met à jour une topologie de service existante.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/serviceTopologies/{serviceTopologyName}
- IdServiceTopologies_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeploymentManager.ServiceTopologyResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.DeploymentManager.ServiceTopologyResourceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.DeploymentManager.ServiceTopologyResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeploymentManager.ServiceTopologyResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.DeploymentManager.ServiceTopologyResourceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DeploymentManager.ServiceTopologyResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As ServiceTopologyResourceData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ServiceTopologyResource)
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.
L’objet de topologie source définit la ressource.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
data
a la valeur null.
S’applique à
Azure SDK for .NET