TriggersOperationsExtensions.CreateOrUpdateAsync 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 ou met à jour un déclencheur.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.TriggerResource> CreateOrUpdateAsync (this Microsoft.Azure.Management.DataFactory.ITriggersOperations operations, string resourceGroupName, string factoryName, string triggerName, Microsoft.Azure.Management.DataFactory.Models.TriggerResource trigger, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.DataFactory.ITriggersOperations * string * string * string * Microsoft.Azure.Management.DataFactory.Models.TriggerResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.TriggerResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ITriggersOperations, resourceGroupName As String, factoryName As String, triggerName As String, trigger As TriggerResource, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TriggerResource)
Paramètres
- operations
- ITriggersOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- factoryName
- String
Nom de la fabrique.
- triggerName
- String
Nom du déclencheur.
- trigger
- TriggerResource
Déclencher la définition de ressource.
- ifMatch
- String
ETag de l’entité déclencheur. Doit être spécifié uniquement pour la mise à jour, pour laquelle elle doit correspondre à l’entité existante ou peut être * pour la mise à jour inconditionnelle.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET