Partager via


WorkflowTriggersOperationsExtensions.SetState Méthode

Définition

Définit l’état d’un déclencheur de workflow.

public static void SetState (this Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations operations, string resourceGroupName, string workflowName, string triggerName, Microsoft.Azure.Management.Logic.Models.SetTriggerStateActionDefinition setState);
static member SetState : Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations * string * string * string * Microsoft.Azure.Management.Logic.Models.SetTriggerStateActionDefinition -> unit
<Extension()>
Public Sub SetState (operations As IWorkflowTriggersOperations, resourceGroupName As String, workflowName As String, triggerName As String, setState As SetTriggerStateActionDefinition)

Paramètres

operations
IWorkflowTriggersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

workflowName
String

Le nom du workflow.

triggerName
String

Nom du déclencheur de flux de travail.

setState
SetTriggerStateActionDefinition

État du déclencheur de flux de travail.

S’applique à