ArmLogicModelFactory.LogicWorkflowRunTrigger 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 LogicWorkflowRunTrigger.
public static Azure.ResourceManager.Logic.Models.LogicWorkflowRunTrigger LogicWorkflowRunTrigger (string name = default, BinaryData inputs = default, Azure.ResourceManager.Logic.Models.LogicContentLink inputsLink = default, BinaryData outputs = default, Azure.ResourceManager.Logic.Models.LogicContentLink outputsLink = default, DateTimeOffset? scheduledOn = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, Guid? trackingId = default, string correlationClientTrackingId = default, string code = default, Azure.ResourceManager.Logic.Models.LogicWorkflowStatus? status = default, BinaryData error = default, BinaryData trackedProperties = default);
static member LogicWorkflowRunTrigger : string * BinaryData * Azure.ResourceManager.Logic.Models.LogicContentLink * BinaryData * Azure.ResourceManager.Logic.Models.LogicContentLink * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Guid> * string * string * Nullable<Azure.ResourceManager.Logic.Models.LogicWorkflowStatus> * BinaryData * BinaryData -> Azure.ResourceManager.Logic.Models.LogicWorkflowRunTrigger
Public Shared Function LogicWorkflowRunTrigger (Optional name As String = Nothing, Optional inputs As BinaryData = Nothing, Optional inputsLink As LogicContentLink = Nothing, Optional outputs As BinaryData = Nothing, Optional outputsLink As LogicContentLink = Nothing, Optional scheduledOn As Nullable(Of DateTimeOffset) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional trackingId As Nullable(Of Guid) = Nothing, Optional correlationClientTrackingId As String = Nothing, Optional code As String = Nothing, Optional status As Nullable(Of LogicWorkflowStatus) = Nothing, Optional error As BinaryData = Nothing, Optional trackedProperties As BinaryData = Nothing) As LogicWorkflowRunTrigger
Parameters
- name
- String
Gets the name.
- inputs
- BinaryData
Gets the inputs.
- inputsLink
- LogicContentLink
Gets the link to inputs.
- outputs
- BinaryData
Gets the outputs.
- outputsLink
- LogicContentLink
Gets the link to outputs.
- scheduledOn
- Nullable<DateTimeOffset>
Gets the scheduled time.
- startOn
- Nullable<DateTimeOffset>
Gets the start time.
- endOn
- Nullable<DateTimeOffset>
Gets the end time.
- correlationClientTrackingId
- String
The run correlation.
- code
- String
Gets the code.
- status
- Nullable<LogicWorkflowStatus>
Gets the status.
- error
- BinaryData
Gets the error.
- trackedProperties
- BinaryData
Gets the tracked properties.
Returns
A new LogicWorkflowRunTrigger instance for mocking.
Applies to
Azure SDK for .NET