WorkflowVersion Class
The workflow version.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
WorkflowVersion(*, location: str | None = None, tags: Dict[str, str] | None = None, state: str | WorkflowState | None = None, endpoints_configuration: FlowEndpointsConfiguration | None = None, access_control: FlowAccessControlConfiguration | None = None, integration_account: ResourceReference | None = None, definition: Any | None = None, parameters: Dict[str, WorkflowParameter] | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
location
|
The resource location. Default value: None
|
|
tags
|
A set of tags. The resource tags. Default value: None
|
|
state
|
str or
WorkflowState
The state. Possible values include: "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", "Suspended". Default value: None
|
|
endpoints_configuration
|
The endpoints configuration. Default value: None
|
|
access_control
|
The access control configuration. Default value: None
|
|
integration_account
|
The integration account. Default value: None
|
|
definition
|
The definition. Default value: None
|
|
parameters
|
The parameters. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
The resource id. |
|
name
|
Gets the resource name. |
|
type
|
Gets the resource type. |
|
location
|
The resource location. |
|
tags
|
A set of tags. The resource tags. |
|
provisioning_state
|
The provisioning state. Possible values include: "NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Moving", "Updating", "Registering", "Registered", "Unregistering", "Unregistered", "Completed", "Renewing", "Pending", "Waiting", "InProgress". |
|
created_time
|
Gets the created time. |
|
changed_time
|
Gets the changed time. |
|
state
|
str or
WorkflowState
The state. Possible values include: "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", "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
|
The definition. |
|
parameters
|
The parameters. |