Partager via


ConnectorMappingResourceFormatCollection.CreateOrUpdateAsync Méthode

Définition

Crée un mappage de connecteur ou met à jour un mappage de connecteur existant dans le connecteur.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings/{mappingName}
  • IdConnectorMappings_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string mappingName, Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, mappingName As String, data As ConnectorMappingResourceFormatData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ConnectorMappingResourceFormatResource))

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.

mappingName
String

Nom du mappage de connecteur.

data
ConnectorMappingResourceFormatData

Paramètres fournis à l’opération de mappage du connecteur CreateOrUpdate.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

mappingName ou data est null.

S’applique à