WorkflowTriggerInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WorkflowTriggerInner()
public WorkflowTriggerInner ();
Public Sub New ()
適用対象
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)
パラメーター
- id
- String
- provisioningState
- Nullable<WorkflowTriggerProvisioningState>
- state
- Nullable<WorkflowState>
- status
- Nullable<WorkflowStatus>
- recurrence
- WorkflowTriggerRecurrence
- workflow
- ResourceReference
- name
- String
- type
- String
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET