WorkflowVersion Class

Definition

The workflow version.

[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkflowVersion : Microsoft.Azure.Management.Logic.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkflowVersion = class
    inherit Resource
Public Class WorkflowVersion
Inherits Resource
Inheritance
WorkflowVersion
Attributes

Constructors

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.

Properties

AccessEndpoint

Gets the access endpoint.

ChangedTime

Gets the changed time.

CreatedTime

Gets the created time.

Definition

Gets or sets the definition.

Id

Gets the resource id.

(Inherited from Resource)
IntegrationAccount

Gets or sets the integration account.

Location

Gets or sets the resource location.

(Inherited from Resource)
Name

Gets the resource name.

(Inherited from Resource)
Parameters

Gets or sets the parameters.

Sku

Gets or sets the sku.

State

Gets or sets the state. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'

Tags

Gets or sets the resource tags.

(Inherited from Resource)
Type

Gets the resource type.

(Inherited from Resource)
Version

Gets the version.

Methods

Validate()

Validate the object.

Applies to