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. Serialized Name: WorkflowRunAction.properties.startTime
- endOn
- Nullable<DateTimeOffset>
Gets the end time. Serialized Name: WorkflowRunAction.properties.endTime
- status
- Nullable<WorkflowStatus>
Gets the status. Serialized Name: WorkflowRunAction.properties.status
- code
- String
Gets the code. Serialized Name: WorkflowRunAction.properties.code
- error
- BinaryData
Gets the error. Serialized Name: WorkflowRunAction.properties.error
- trackingId
- String
Gets the tracking id. Serialized Name: WorkflowRunAction.properties.trackingId
- correlation
- WebAppRunActionCorrelation
The correlation properties. Serialized Name: WorkflowRunAction.properties.correlation
- inputsLink
- WebAppContentLink
Gets the link to inputs. Serialized Name: WorkflowRunAction.properties.inputsLink
- outputsLink
- WebAppContentLink
Gets the link to outputs. Serialized Name: WorkflowRunAction.properties.outputsLink
- trackedProperties
- BinaryData
Gets the tracked properties. Serialized Name: WorkflowRunAction.properties.trackedProperties
- retryHistory
- IEnumerable<WebAppRetryHistory>
Gets the retry histories. Serialized Name: WorkflowRunAction.properties.retryHistory
Returns
A new WorkflowRunActionData instance for mocking.