Compartilhar via


TriggersOperationsExtensions.ListByFactory Método

Definição

Lista gatilhos.

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)

Parâmetros

operations
ITriggersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

factoryName
String

O nome da fábrica.

Retornos

Aplica-se a