TriggersOperationsExtensions.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 ou met à jour un déclencheur.
public static Microsoft.Azure.Management.DataFactory.Models.TriggerResource CreateOrUpdate(this Microsoft.Azure.Management.DataFactory.ITriggersOperations operations, string resourceGroupName, string factoryName, string triggerName, Microsoft.Azure.Management.DataFactory.Models.TriggerResource trigger, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.DataFactory.ITriggersOperations * string * string * string * Microsoft.Azure.Management.DataFactory.Models.TriggerResource * string -> Microsoft.Azure.Management.DataFactory.Models.TriggerResource
<Extension()>
Public Function CreateOrUpdate (operations As ITriggersOperations, resourceGroupName As String, factoryName As String, triggerName As String, trigger As TriggerResource, Optional ifMatch As String = Nothing) As 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.
Retours
S’applique à
Azure SDK for .NET