Workflow Class

Definition

The workflow type.

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

Constructors

Workflow()

Initializes a new instance of the Workflow class.

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

Initializes a new instance of the Workflow 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.

ProvisioningState

Gets the provisioning state. Possible values include: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Moving', 'Updating', 'Registering', 'Registered', 'Unregistering', 'Unregistered', 'Completed'

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