Compartir a través de


TriggersOperationsExtensions.ListByFactoryAsync Método

Definición

Enumera los desencadenadores.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.TriggerResource>> ListByFactoryAsync (this Microsoft.Azure.Management.DataFactory.ITriggersOperations operations, string resourceGroupName, string factoryName, System.Threading.CancellationToken cancellationToken = default);
static member ListByFactoryAsync : Microsoft.Azure.Management.DataFactory.ITriggersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.TriggerResource>>
<Extension()>
Public Function ListByFactoryAsync (operations As ITriggersOperations, resourceGroupName As String, factoryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of TriggerResource))

Parámetros

operations
ITriggersOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

El nombre del grupo de recursos.

factoryName
String

Nombre del generador.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a