ArmAppServiceModelFactory.WorkflowRunActionData 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 WorkflowRunActionData.
public static Azure.ResourceManager.AppService.WorkflowRunActionData WorkflowRunActionData (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.AppService.Models.WorkflowStatus? status = default, string code = default, BinaryData error = default, string trackingId = default, Azure.ResourceManager.AppService.Models.WebAppRunActionCorrelation correlation = default, Azure.ResourceManager.AppService.Models.WebAppContentLink inputsLink = default, Azure.ResourceManager.AppService.Models.WebAppContentLink outputsLink = default, BinaryData trackedProperties = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.WebAppRetryHistory> retryHistory = default);
static member WorkflowRunActionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.AppService.Models.WorkflowStatus> * string * BinaryData * string * Azure.ResourceManager.AppService.Models.WebAppRunActionCorrelation * Azure.ResourceManager.AppService.Models.WebAppContentLink * Azure.ResourceManager.AppService.Models.WebAppContentLink * BinaryData * seq<Azure.ResourceManager.AppService.Models.WebAppRetryHistory> -> Azure.ResourceManager.AppService.WorkflowRunActionData
Public Shared Function WorkflowRunActionData (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 WorkflowStatus) = Nothing, Optional code As String = Nothing, Optional error As BinaryData = Nothing, Optional trackingId As String = Nothing, Optional correlation As WebAppRunActionCorrelation = Nothing, Optional inputsLink As WebAppContentLink = Nothing, Optional outputsLink As WebAppContentLink = Nothing, Optional trackedProperties As BinaryData = Nothing, Optional retryHistory As IEnumerable(Of WebAppRetryHistory) = Nothing) As WorkflowRunActionData
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<WorkflowStatus>
Gets the status.
- code
- String
Gets the code.
- error
- BinaryData
Gets the error.
- trackingId
- String
Gets the tracking id.
- correlation
- WebAppRunActionCorrelation
The correlation properties.
- inputsLink
- WebAppContentLink
Gets the link to inputs.
- outputsLink
- WebAppContentLink
Gets the link to outputs.
- trackedProperties
- BinaryData
Gets the tracked properties.
- retryHistory
- IEnumerable<WebAppRetryHistory>
Gets the retry histories.
Returns
A new WorkflowRunActionData instance for mocking.
Applies to
Azure SDK for .NET