Workflow Constructors
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.
Overloads
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. |
Workflow()
Initializes a new instance of the Workflow class.
public Workflow ();
Public Sub New ()
Applies to
Workflow(String, String, String, SystemData, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)
Initializes a new instance of the Workflow class.
public Workflow (string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorageSync.Models.SystemData systemData = default, string lastStepName = default, string status = default, string operation = default, string steps = default, string lastOperationId = default, string commandName = default, DateTime? createdTimestamp = default, DateTime? lastStatusTimestamp = default);
new Microsoft.Azure.Management.StorageSync.Models.Workflow : string * string * string * Microsoft.Azure.Management.StorageSync.Models.SystemData * string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.StorageSync.Models.Workflow
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional lastStepName As String = Nothing, Optional status As String = Nothing, Optional operation As String = Nothing, Optional steps As String = Nothing, Optional lastOperationId As String = Nothing, Optional commandName As String = Nothing, Optional createdTimestamp As Nullable(Of DateTime) = Nothing, Optional lastStatusTimestamp As Nullable(Of DateTime) = Nothing)
Parameters
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- lastStepName
- String
last step name
- status
- String
workflow status. Possible values include: 'active', 'expired', 'succeeded', 'aborted', 'failed'
- operation
- String
operation direction. Possible values include: 'do', 'undo', 'cancel'
- steps
- String
workflow steps
- lastOperationId
- String
workflow last operation identifier.
- commandName
- String
workflow command name.
Applies to
Azure SDK for .NET