WorkflowTrigger Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
WorkflowTrigger() |
Inicializa uma nova instância da classe WorkflowTrigger. |
WorkflowTrigger(String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<DateTime>, WorkflowTriggerRecurrence, ResourceReference, String, String) |
Inicializa uma nova instância da classe WorkflowTrigger. |
WorkflowTrigger()
Inicializa uma nova instância da classe WorkflowTrigger.
public WorkflowTrigger ();
Public Sub New ()
Aplica-se a
WorkflowTrigger(String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<DateTime>, WorkflowTriggerRecurrence, ResourceReference, String, String)
Inicializa uma nova instância da classe WorkflowTrigger.
public WorkflowTrigger (string id = default, string provisioningState = default, DateTime? createdTime = default, DateTime? changedTime = default, string state = default, string status = default, DateTime? lastExecutionTime = default, DateTime? nextExecutionTime = default, Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence recurrence = default, Microsoft.Azure.Management.Logic.Models.ResourceReference workflow = default, string name = default, string type = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowTrigger : string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence * Microsoft.Azure.Management.Logic.Models.ResourceReference * string * string -> Microsoft.Azure.Management.Logic.Models.WorkflowTrigger
Public Sub New (Optional id As String = Nothing, Optional provisioningState As String = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional state As String = Nothing, Optional status As String = Nothing, Optional lastExecutionTime As Nullable(Of DateTime) = Nothing, Optional nextExecutionTime As Nullable(Of DateTime) = Nothing, Optional recurrence As WorkflowTriggerRecurrence = Nothing, Optional workflow As ResourceReference = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parâmetros
- id
- String
A ID do recurso.
- provisioningState
- String
Obtém o estado de provisionamento. Os valores possíveis incluem: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleteting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Moving', 'Updating', 'Registering', 'Registered', 'Unregistering', 'Unregistered', 'Completed'
- state
- String
Obtém o estado. Os valores possíveis incluem: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'
- status
- String
Obtém o status. Os valores possíveis incluem: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'
- recurrence
- WorkflowTriggerRecurrence
Obtém a recorrência do gatilho de fluxo de trabalho.
- workflow
- ResourceReference
Obtém a referência ao fluxo de trabalho.
- name
- String
Obtém o nome do gatilho de fluxo de trabalho.
- type
- String
Obtém o tipo de gatilho de fluxo de trabalho.
Aplica-se a
Azure SDK for .NET