Share via


InteractionResourceFormatCollection.CreateOrUpdate Method

Definition

Creates an interaction or updates an existing interaction within a hub.

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

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.

interactionName
String

The name of the interaction.

data
InteractionResourceFormatData

Parameters supplied to the CreateOrUpdate Interaction operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

interactionName or data is null.

Applies to