WorkflowVersion Class

The workflow version.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.logic.models._models_py3.Resource
WorkflowVersion

Constructor

WorkflowVersion(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, state: Optional[Union[str, azure.mgmt.logic.models._logic_management_client_enums.WorkflowState]] = None, endpoints_configuration: Optional[azure.mgmt.logic.models._models_py3.FlowEndpointsConfiguration] = None, access_control: Optional[azure.mgmt.logic.models._models_py3.FlowAccessControlConfiguration] = None, integration_account: Optional[azure.mgmt.logic.models._models_py3.ResourceReference] = None, definition: Optional[Any] = None, parameters: Optional[Dict[str, azure.mgmt.logic.models._models_py3.WorkflowParameter]] = None, **kwargs)

Variables

id
str

The resource id.

name
str

Gets the resource name.

type
str

Gets the resource type.

location
str

The resource location.

tags
dict[str, str]

A set of tags. The resource tags.

provisioning_state
str or WorkflowProvisioningState

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
datetime

Gets the created time.

changed_time
datetime

Gets the changed time.

state
str or WorkflowState

The state. Possible values include: "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", "Suspended".

version
str

Gets the version.

access_endpoint
str

Gets the access endpoint.

endpoints_configuration
FlowEndpointsConfiguration

The endpoints configuration.

access_control
FlowAccessControlConfiguration

The access control configuration.

sku
Sku

The sku.

integration_account
ResourceReference

The integration account.

definition
any

The definition.

parameters
dict[str, WorkflowParameter]

The parameters.