TriggersOperationsExtensions.Get 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.
Obtient un déclencheur.
public static Microsoft.Azure.Management.DataFactory.Models.TriggerResource Get(this Microsoft.Azure.Management.DataFactory.ITriggersOperations operations, string resourceGroupName, string factoryName, string triggerName, string ifNoneMatch = default);
static member Get : Microsoft.Azure.Management.DataFactory.ITriggersOperations * string * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.TriggerResource
<Extension()>
Public Function Get (operations As ITriggersOperations, resourceGroupName As String, factoryName As String, triggerName As String, Optional ifNoneMatch 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.
- ifNoneMatch
- String
ETag de l’entité déclencheur. Doit être spécifié uniquement pour obtenir. Si l’ETag correspond à la balise d’entité existante ou si * a été fourni, aucun contenu n’est retourné.
Retours
S’applique à
Azure SDK for .NET