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, 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. |
Workflow()
Initializes a new instance of the Workflow class.
public Workflow ();
Public Sub New ()
Applies to
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.
public Workflow (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = 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.Workflow : string * string * string * string * System.Collections.Generic.IDictionary<string, 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.Workflow
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 provisioningState As 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.
- provisioningState
- String
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'
- 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
Azure SDK for .NET