Partilhar via


ArmWorkloadOrchestrationModelFactory.EdgeWorkflowVersionProperties Method

Definition

Initializes a new instance of EdgeWorkflowVersionProperties.

public static Azure.ResourceManager.WorkloadOrchestration.Models.EdgeWorkflowVersionProperties EdgeWorkflowVersionProperties(int? revision = default, string configuration = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.WorkloadOrchestration.Models.EdgeWorkflowStageSpec> stageSpec = default, string reviewId = default, Azure.ResourceManager.WorkloadOrchestration.Models.SolutionInstanceState? state = default, System.Collections.Generic.IDictionary<string,BinaryData> specification = default, Azure.ResourceManager.WorkloadOrchestration.Models.WorkloadOrchestrationProvisioningState? provisioningState = default);
static member EdgeWorkflowVersionProperties : Nullable<int> * string * seq<Azure.ResourceManager.WorkloadOrchestration.Models.EdgeWorkflowStageSpec> * string * Nullable<Azure.ResourceManager.WorkloadOrchestration.Models.SolutionInstanceState> * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<Azure.ResourceManager.WorkloadOrchestration.Models.WorkloadOrchestrationProvisioningState> -> Azure.ResourceManager.WorkloadOrchestration.Models.EdgeWorkflowVersionProperties
Public Shared Function EdgeWorkflowVersionProperties (Optional revision As Nullable(Of Integer) = Nothing, Optional configuration As String = Nothing, Optional stageSpec As IEnumerable(Of EdgeWorkflowStageSpec) = Nothing, Optional reviewId As String = Nothing, Optional state As Nullable(Of SolutionInstanceState) = Nothing, Optional specification As IDictionary(Of String, BinaryData) = Nothing, Optional provisioningState As Nullable(Of WorkloadOrchestrationProvisioningState) = Nothing) As EdgeWorkflowVersionProperties

Parameters

revision
Nullable<Int32>

Revision number of resolved config for this workflow version.

configuration
String

Resolved configuration values.

stageSpec
IEnumerable<EdgeWorkflowStageSpec>

A list of stage specs.

reviewId
String

Review id of resolved config for this workflow version.

state
Nullable<SolutionInstanceState>

State of workflow version.

specification
IDictionary<String,BinaryData>

Execution specification.

provisioningState
Nullable<WorkloadOrchestrationProvisioningState>

Provisioning state of resource.

Returns

A new EdgeWorkflowVersionProperties instance for mocking.

Applies to