TriggersOperationsExtensions.ListByFactory Method

Definition

Lists triggers.

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)

Parameters

operations
ITriggersOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

factoryName
String

The factory name.

Returns

Applies to