Partager via


RelationshipLinkResourceFormatResource.Update Méthode

Définition

Crée un lien de relation ou met à jour un lien de relation existant dans un hub.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • IdRelationshipLinks_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As RelationshipLinkResourceFormatData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of RelationshipLinkResourceFormatResource)

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
RelationshipLinkResourceFormatData

Paramètres fournis à l’opération de liaison de relation CreateOrUpdate.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

data a la valeur null.

S’applique à