WorkflowVersion Class
The workflow version.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2023_12_01.models._models_py3.WorkflowResourceWorkflowVersion
Constructor
WorkflowVersion(*, location: str | None = None, tags: Dict[str, str] | None = None, state: str | _models.WorkflowState | None = None, endpoints_configuration: _models.FlowEndpointsConfiguration | None = None, access_control: _models.FlowAccessControlConfiguration | None = None, integration_account: _models.ResourceReference | None = None, definition: MutableMapping[str, Any] | None = None, parameters: Dict[str, _models.WorkflowParameter] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The resource location. |
tags
|
The resource tags. |
state
|
str or
WorkflowState
The state. Known values are: "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", and "Suspended". |
endpoints_configuration
|
The endpoints configuration. |
access_control
|
The access control configuration. |
integration_account
|
The integration account. |
definition
|
<xref:JSON>
The definition. |
parameters
|
The parameters. |
Variables
Name | Description |
---|---|
id
|
The resource id. |
name
|
Gets the resource name. |
type
|
Gets the resource type. |
location
|
The resource location. |
tags
|
The resource tags. |
provisioning_state
|
The provisioning state. Known values are: "NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Moving", "Updating", "Registering", "Registered", "Unregistering", "Unregistered", "Completed", "Renewing", "Pending", "Waiting", and "InProgress". |
created_time
|
Gets the created time. |
changed_time
|
Gets the changed time. |
state
|
str or
WorkflowState
The state. Known values are: "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", and "Suspended". |
version
|
Gets the version. |
access_endpoint
|
Gets the access endpoint. |
endpoints_configuration
|
The endpoints configuration. |
access_control
|
The access control configuration. |
sku
|
The sku. |
integration_account
|
The integration account. |
definition
|
<xref:JSON>
The definition. |
parameters
|
The parameters. |
Azure SDK for Python