你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Workflow Class

The workflow type.

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

Constructor

Workflow(*, ___location: str | None = None, tags: Dict[str, str] | None = None, identity: _models.ManagedServiceIdentity | 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, integration_service_environment: _models.ResourceReference | None = None, definition: MutableMapping[str, Any] | None = None, parameters: Dict[str, _models.WorkflowParameter] | None = None, kind: str | _models.Kind | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
___location
str

The resource ___location.

Default value: None
tags

The resource tags.

Default value: None
identity

Managed service identity.

Default value: None
state

The state. Known values are: "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", and "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
integration_service_environment

The integration service environment.

Default value: None
definition
<xref:JSON>

The definition.

Default value: None
parameters

The parameters.

Default value: None
kind
str or Kind

The workflow kind. Known values are: "Stateful" and "Stateless".

Default value: None

Variables

Name Description
id
str

The resource id.

name
str

Gets the resource name.

type
str

Gets the resource type.

___location
str

The resource ___location.

tags

The resource tags.

identity

Managed service identity.

provisioning_state

Gets 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

The state. Known values are: "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", and "Suspended".

version
str

Gets the version.

access_endpoint
str

Gets the access endpoint.

endpoints_configuration

The endpoints configuration.

access_control

The access control configuration.

sku

The sku.

integration_account

The integration account.

integration_service_environment

The integration service environment.

definition
<xref:JSON>

The definition.

parameters

The parameters.

kind
str or Kind

The workflow kind. Known values are: "Stateful" and "Stateless".