ArmLogicModelFactory.LogicWorkflowRunActionData 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 LogicWorkflowRunActionData.
public static Azure.ResourceManager.Logic.LogicWorkflowRunActionData LogicWorkflowRunActionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, Azure.ResourceManager.Logic.Models.LogicWorkflowStatus? status = default, string code = default, BinaryData error = default, Guid? trackingId = default, Azure.ResourceManager.Logic.Models.LogicWorkflowRunActionCorrelation correlation = default, Azure.ResourceManager.Logic.Models.LogicContentLink inputsLink = default, Azure.ResourceManager.Logic.Models.LogicContentLink outputsLink = default, BinaryData trackedProperties = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Logic.Models.LogicWorkRetryHistory> retryHistory = default);
static member LogicWorkflowRunActionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Logic.Models.LogicWorkflowStatus> * string * BinaryData * Nullable<Guid> * Azure.ResourceManager.Logic.Models.LogicWorkflowRunActionCorrelation * Azure.ResourceManager.Logic.Models.LogicContentLink * Azure.ResourceManager.Logic.Models.LogicContentLink * BinaryData * seq<Azure.ResourceManager.Logic.Models.LogicWorkRetryHistory> -> Azure.ResourceManager.Logic.LogicWorkflowRunActionData
Public Shared Function LogicWorkflowRunActionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional status As Nullable(Of LogicWorkflowStatus) = Nothing, Optional code As String = Nothing, Optional error As BinaryData = Nothing, Optional trackingId As Nullable(Of Guid) = Nothing, Optional correlation As LogicWorkflowRunActionCorrelation = Nothing, Optional inputsLink As LogicContentLink = Nothing, Optional outputsLink As LogicContentLink = Nothing, Optional trackedProperties As BinaryData = Nothing, Optional retryHistory As IEnumerable(Of LogicWorkRetryHistory) = Nothing) As LogicWorkflowRunActionData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- startOn
- Nullable<DateTimeOffset>
Gets the start time.
- endOn
- Nullable<DateTimeOffset>
Gets the end time.
- status
- Nullable<LogicWorkflowStatus>
Gets the status.
- code
- String
Gets the code.
- error
- BinaryData
Gets the error.
- correlation
- LogicWorkflowRunActionCorrelation
The correlation properties.
- inputsLink
- LogicContentLink
Gets the link to inputs.
- outputsLink
- LogicContentLink
Gets the link to outputs.
- trackedProperties
- BinaryData
Gets the tracked properties.
- retryHistory
- IEnumerable<LogicWorkRetryHistory>
Gets the retry histories.
Returns
A new LogicWorkflowRunActionData instance for mocking.
Applies to
Azure SDK for .NET