ConnectorMappingResourceFormatCollection.CreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string mappingName, Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, mappingName As String, data As ConnectorMappingResourceFormatData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ConnectorMappingResourceFormatResource)
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner 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 Azure.Core Long-Running.
- mappingName
- String
Nom du mappage du connecteur.
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 on s’attendait à ce qu’elle ne soit pas vide.
mappingName
ou data
est null.
S’applique à
Azure SDK for .NET