Workflow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Workflow resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Workflow : Microsoft.Azure.Management.StorageSync.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Workflow = class
inherit ProxyResource
Public Class Workflow
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
Workflow() |
Initializes a new instance of the Workflow class. |
Workflow(String, String, String, SystemData, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the Workflow class. |
Properties
CommandName |
Gets workflow command name. |
CreatedTimestamp |
Gets workflow created timestamp. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
LastOperationId |
Gets or sets workflow last operation identifier. |
LastStatusTimestamp |
Gets workflow last status timestamp. |
LastStepName |
Gets or sets last step name |
Name |
Gets the name of the resource (Inherited from Resource) |
Operation |
Gets or sets operation direction. Possible values include: 'do', 'undo', 'cancel' |
Status |
Gets or sets workflow status. Possible values include: 'active', 'expired', 'succeeded', 'aborted', 'failed' |
Steps |
Gets or sets workflow steps |
SystemData |
Gets azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from Resource) |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |