Partager via


TriggersOperationsExtensions.ListByFactory Méthode

Définition

Répertorie les déclencheurs.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.TriggerResource> ListByFactory (this Microsoft.Azure.Management.DataFactory.ITriggersOperations operations, string resourceGroupName, string factoryName);
static member ListByFactory : Microsoft.Azure.Management.DataFactory.ITriggersOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.TriggerResource>
<Extension()>
Public Function ListByFactory (operations As ITriggersOperations, resourceGroupName As String, factoryName As String) As IPage(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.

Retours

S’applique à