Share via


ArmAppServiceModelFactory.WorkflowRunActionRepetitionDefinitionData Method

Definition

Initializes a new instance of WorkflowRunActionRepetitionDefinitionData.

public static Azure.ResourceManager.AppService.WorkflowRunActionRepetitionDefinitionData WorkflowRunActionRepetitionDefinitionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, Azure.ResourceManager.AppService.Models.WebAppRunActionCorrelation correlation = default, Azure.ResourceManager.AppService.Models.WorkflowStatus? status = default, string code = default, BinaryData error = default, string trackingId = default, BinaryData inputs = default, Azure.ResourceManager.AppService.Models.WebAppContentLink inputsLink = default, BinaryData outputs = default, Azure.ResourceManager.AppService.Models.WebAppContentLink outputsLink = default, BinaryData trackedProperties = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.WebAppRetryHistory> retryHistory = default, int? iterationCount = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.WorkflowRunActionRepetitionIndex> repetitionIndexes = default);
static member WorkflowRunActionRepetitionDefinitionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.AppService.Models.WebAppRunActionCorrelation * Nullable<Azure.ResourceManager.AppService.Models.WorkflowStatus> * string * BinaryData * string * BinaryData * Azure.ResourceManager.AppService.Models.WebAppContentLink * BinaryData * Azure.ResourceManager.AppService.Models.WebAppContentLink * BinaryData * seq<Azure.ResourceManager.AppService.Models.WebAppRetryHistory> * Nullable<int> * seq<Azure.ResourceManager.AppService.Models.WorkflowRunActionRepetitionIndex> -> Azure.ResourceManager.AppService.WorkflowRunActionRepetitionDefinitionData
Public Shared Function WorkflowRunActionRepetitionDefinitionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional correlation As WebAppRunActionCorrelation = Nothing, Optional status As Nullable(Of WorkflowStatus) = Nothing, Optional code As String = Nothing, Optional error As BinaryData = Nothing, Optional trackingId As String = Nothing, Optional inputs As BinaryData = Nothing, Optional inputsLink As WebAppContentLink = Nothing, Optional outputs As BinaryData = Nothing, Optional outputsLink As WebAppContentLink = Nothing, Optional trackedProperties As BinaryData = Nothing, Optional retryHistory As IEnumerable(Of WebAppRetryHistory) = Nothing, Optional iterationCount As Nullable(Of Integer) = Nothing, Optional repetitionIndexes As IEnumerable(Of WorkflowRunActionRepetitionIndex) = Nothing) As WorkflowRunActionRepetitionDefinitionData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

startOn
Nullable<DateTimeOffset>

The start time of the workflow scope repetition.

endOn
Nullable<DateTimeOffset>

The end time of the workflow scope repetition.

correlation
WebAppRunActionCorrelation

The correlation properties.

status
Nullable<WorkflowStatus>

The status of the workflow scope repetition.

code
String

The workflow scope repetition code.

error
BinaryData

Anything.

trackingId
String

Gets the tracking id.

inputs
BinaryData

Gets the inputs.

inputsLink
WebAppContentLink

Gets the link to inputs.

outputs
BinaryData

Gets the outputs.

outputsLink
WebAppContentLink

Gets the link to outputs.

trackedProperties
BinaryData

Gets the tracked properties.

retryHistory
IEnumerable<WebAppRetryHistory>

Gets the retry histories.

iterationCount
Nullable<Int32>
repetitionIndexes
IEnumerable<WorkflowRunActionRepetitionIndex>

The repetition indexes.

Returns

A new WorkflowRunActionRepetitionDefinitionData instance for mocking.

Applies to