RelationshipLinkResourceFormatCollection.CreateOrUpdate Method

Definition

Creates a relationship link or updates an existing relationship link within a hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/relationshipLinks/{relationshipLinkName}
  • Operation Id: RelationshipLinks_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string relationshipLinkName, Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.RelationshipLinkResourceFormatResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, relationshipLinkName As String, data As RelationshipLinkResourceFormatData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of RelationshipLinkResourceFormatResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

relationshipLinkName
String

The name of the relationship link.

data
RelationshipLinkResourceFormatData

Parameters supplied to the CreateOrUpdate relationship link operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

relationshipLinkName is an empty string, and was expected to be non-empty.

relationshipLinkName or data is null.

Applies to