Partager via


AssociationCollection.CreateOrUpdate Méthode

Définition

Créer une association

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/associations/{associationName}
  • IdAssociationsInterface_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceNetworking.AssociationResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string associationName, Azure.ResourceManager.ServiceNetworking.AssociationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ServiceNetworking.AssociationData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceNetworking.AssociationResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ServiceNetworking.AssociationData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceNetworking.AssociationResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, associationName As String, data As AssociationData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AssociationResource)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner 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 Azure.Core Long-Running.

associationName
String

Nom de l’association.

data
AssociationData

Paramètres de création de ressource.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

associationName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

associationName ou data est null.

S’applique à