Compartilhar via


TriggersOperationsExtensions.Delete Método

Definição

Exclui um gatilho.

public static void Delete (this Microsoft.Azure.Management.DataFactory.ITriggersOperations operations, string resourceGroupName, string factoryName, string triggerName);
static member Delete : Microsoft.Azure.Management.DataFactory.ITriggersOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As ITriggersOperations, resourceGroupName As String, factoryName As String, triggerName As String)

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.

triggerName
String

O nome do gatilho.

Aplica-se a