Partager via


InteractionResourceFormatCollection.CreateOrUpdate Méthode

Définition

Crée une interaction ou met à jour une interaction existante au sein d’un hub.

  • Chemin de requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/interactions/{interactionName}
  • IdInteractions_CreateOrUpdate d’opération
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)

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.

interactionName
String

Nom de l’interaction.

data
InteractionResourceFormatData

Paramètres fournis à l’opération CreateOrUpdate Interaction.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

interactionName est une chaîne vide et devait être non vide.

interactionName ou data est null.

S’applique à