Delen via


WorkflowVersion Constructors

Definition

Overloads

WorkflowVersion()

Initializes a new instance of the WorkflowVersion class.

WorkflowVersion(String, String, String, String, IDictionary<String, String>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, Sku, ResourceReference, Object, IDictionary<String,WorkflowParameter>)

Initializes a new instance of the WorkflowVersion class.

WorkflowVersion()

Initializes a new instance of the WorkflowVersion class.

public WorkflowVersion ();
Public Sub New ()

Applies to

WorkflowVersion(String, String, String, String, IDictionary<String, String>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, Sku, ResourceReference, Object, IDictionary<String,WorkflowParameter>)

Initializes a new instance of the WorkflowVersion class.

public WorkflowVersion (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, DateTime? createdTime = default, DateTime? changedTime = default, string state = default, string version = default, string accessEndpoint = default, Microsoft.Azure.Management.Logic.Models.Sku sku = default, Microsoft.Azure.Management.Logic.Models.ResourceReference integrationAccount = default, object definition = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Logic.Models.WorkflowParameter> parameters = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowVersion : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * Nullable<DateTime> * string * string * string * Microsoft.Azure.Management.Logic.Models.Sku * Microsoft.Azure.Management.Logic.Models.ResourceReference * obj * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Logic.Models.WorkflowParameter> -> Microsoft.Azure.Management.Logic.Models.WorkflowVersion
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional state As String = Nothing, Optional version As String = Nothing, Optional accessEndpoint As String = Nothing, Optional sku As Sku = Nothing, Optional integrationAccount As ResourceReference = Nothing, Optional definition As Object = Nothing, Optional parameters As IDictionary(Of String, WorkflowParameter) = Nothing)

Parameters

id
String

The resource id.

name
String

Gets the resource name.

type
String

Gets the resource type.

location
String

The resource location.

tags
IDictionary<String,String>

The resource tags.

createdTime
Nullable<DateTime>

Gets the created time.

changedTime
Nullable<DateTime>

Gets the changed time.

state
String

The state. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'

version
String

Gets the version.

accessEndpoint
String

Gets the access endpoint.

sku
Sku

The sku.

integrationAccount
ResourceReference

The integration account.

definition
Object

The definition.

parameters
IDictionary<String,WorkflowParameter>

The parameters.

Applies to