WorkflowTriggerInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WorkflowTriggerInner()
public WorkflowTriggerInner ();
Public Sub New ()
Applies to
WorkflowTriggerInner(String, Nullable<WorkflowTriggerProvisioningState>, Nullable<DateTime>, Nullable<DateTime>, Nullable<WorkflowState>, Nullable<WorkflowStatus>, Nullable<DateTime>, Nullable<DateTime>, WorkflowTriggerRecurrence, ResourceReference, String, String)
public WorkflowTriggerInner (string id = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerProvisioningState? provisioningState = default, DateTime? createdTime = default, DateTime? changedTime = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowState? state = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowStatus? status = default, DateTime? lastExecutionTime = default, DateTime? nextExecutionTime = default, Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerRecurrence recurrence = default, Microsoft.Azure.Management.Logic.Fluent.Models.ResourceReference workflow = default, string name = default, string type = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerInner : string * Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerProvisioningState> * Nullable<DateTime> * Nullable<DateTime> * Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowState> * Nullable<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowStatus> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerRecurrence * Microsoft.Azure.Management.Logic.Fluent.Models.ResourceReference * string * string -> Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerInner
Public Sub New (Optional id As String = Nothing, Optional provisioningState As Nullable(Of WorkflowTriggerProvisioningState) = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional state As Nullable(Of WorkflowState) = Nothing, Optional status As Nullable(Of WorkflowStatus) = 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)
Parameters
- id
- String
- provisioningState
- Nullable<WorkflowTriggerProvisioningState>
- state
- Nullable<WorkflowState>
- status
- Nullable<WorkflowStatus>
- recurrence
- WorkflowTriggerRecurrence
- workflow
- ResourceReference
- name
- String
- type
- String
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET