ArmAppServiceModelFactory.WorkflowTriggerData 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 WorkflowTriggerData.
public static Azure.ResourceManager.AppService.WorkflowTriggerData WorkflowTriggerData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppService.Models.WorkflowTriggerProvisioningState? provisioningState = default, DateTimeOffset? createdOn = default, DateTimeOffset? changedOn = default, Azure.ResourceManager.AppService.Models.WorkflowState? state = default, Azure.ResourceManager.AppService.Models.WorkflowStatus? status = default, DateTimeOffset? lastExecutionOn = default, DateTimeOffset? nextExecutionOn = default, Azure.ResourceManager.AppService.Models.WorkflowTriggerRecurrence recurrence = default, Azure.ResourceManager.AppService.Models.WorkflowResourceReference workflow = default);
static member WorkflowTriggerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.AppService.Models.WorkflowTriggerProvisioningState> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.AppService.Models.WorkflowState> * Nullable<Azure.ResourceManager.AppService.Models.WorkflowStatus> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.AppService.Models.WorkflowTriggerRecurrence * Azure.ResourceManager.AppService.Models.WorkflowResourceReference -> Azure.ResourceManager.AppService.WorkflowTriggerData
Public Shared Function WorkflowTriggerData (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 WorkflowTriggerProvisioningState) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional changedOn As Nullable(Of DateTimeOffset) = Nothing, Optional state As Nullable(Of WorkflowState) = Nothing, Optional status As Nullable(Of WorkflowStatus) = Nothing, Optional lastExecutionOn As Nullable(Of DateTimeOffset) = Nothing, Optional nextExecutionOn As Nullable(Of DateTimeOffset) = Nothing, Optional recurrence As WorkflowTriggerRecurrence = Nothing, Optional workflow As WorkflowResourceReference = Nothing) As WorkflowTriggerData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<WorkflowTriggerProvisioningState>
Gets the provisioning state.
- createdOn
- Nullable<DateTimeOffset>
Gets the created time.
- changedOn
- Nullable<DateTimeOffset>
Gets the changed time.
- state
- Nullable<WorkflowState>
Gets the state.
- status
- Nullable<WorkflowStatus>
Gets the status.
- lastExecutionOn
- Nullable<DateTimeOffset>
Gets the last execution time.
- nextExecutionOn
- Nullable<DateTimeOffset>
Gets the next execution time.
- recurrence
- WorkflowTriggerRecurrence
Gets the workflow trigger recurrence.
- workflow
- WorkflowResourceReference
Gets the reference to workflow.
Returns
A new WorkflowTriggerData instance for mocking.
Applies to
Azure SDK for .NET