Partager via


AssociationResource.Update(AssociationPatch, CancellationToken) Méthode

Définition

Mettre à jour une association

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/associations/{associationName}
  • IdAssociationsInterface_Update d’opération
public virtual Azure.Response<Azure.ResourceManager.ServiceNetworking.AssociationResource> Update (Azure.ResourceManager.ServiceNetworking.Models.AssociationPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ServiceNetworking.Models.AssociationPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceNetworking.AssociationResource>
override this.Update : Azure.ResourceManager.ServiceNetworking.Models.AssociationPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceNetworking.AssociationResource>
Public Overridable Function Update (patch As AssociationPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AssociationResource)

Paramètres

patch
AssociationPatch

Propriétés de ressource à mettre à jour.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

patch a la valeur null.

S’applique à