ArmLogicModelFactory.LogicWorkflowTriggerData Method
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.
Initializes a new instance of LogicWorkflowTriggerData.
public static Azure.ResourceManager.Logic.LogicWorkflowTriggerData LogicWorkflowTriggerData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerProvisioningState? provisioningState = default, DateTimeOffset? createdOn = default, DateTimeOffset? changedOn = default, Azure.ResourceManager.Logic.Models.LogicWorkflowState? state = default, Azure.ResourceManager.Logic.Models.LogicWorkflowStatus? status = default, DateTimeOffset? lastExecutionOn = default, DateTimeOffset? nextExecutionOn = default, Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerRecurrence recurrence = default, Azure.ResourceManager.Logic.Models.LogicResourceReference workflow = default);
static member LogicWorkflowTriggerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerProvisioningState> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Logic.Models.LogicWorkflowState> * Nullable<Azure.ResourceManager.Logic.Models.LogicWorkflowStatus> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerRecurrence * Azure.ResourceManager.Logic.Models.LogicResourceReference -> Azure.ResourceManager.Logic.LogicWorkflowTriggerData
Public Shared Function LogicWorkflowTriggerData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of LogicWorkflowTriggerProvisioningState) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional changedOn As Nullable(Of DateTimeOffset) = Nothing, Optional state As Nullable(Of LogicWorkflowState) = Nothing, Optional status As Nullable(Of LogicWorkflowStatus) = Nothing, Optional lastExecutionOn As Nullable(Of DateTimeOffset) = Nothing, Optional nextExecutionOn As Nullable(Of DateTimeOffset) = Nothing, Optional recurrence As LogicWorkflowTriggerRecurrence = Nothing, Optional workflow As LogicResourceReference = Nothing) As LogicWorkflowTriggerData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<LogicWorkflowTriggerProvisioningState>
Gets the provisioning state.
- createdOn
- Nullable<DateTimeOffset>
Gets the created time.
- changedOn
- Nullable<DateTimeOffset>
Gets the changed time.
- state
- Nullable<LogicWorkflowState>
Gets the state.
- status
- Nullable<LogicWorkflowStatus>
Gets the status.
- lastExecutionOn
- Nullable<DateTimeOffset>
Gets the last execution time.
- nextExecutionOn
- Nullable<DateTimeOffset>
Gets the next execution time.
- recurrence
- LogicWorkflowTriggerRecurrence
Gets the workflow trigger recurrence.
- workflow
- LogicResourceReference
Gets the reference to workflow.
Returns
A new LogicWorkflowTriggerData instance for mocking.
Applies to
Azure SDK for .NET