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

WorkflowEnvelopeProperties 类

其他工作流属性。

继承
azure.mgmt.web._serialization.Model
WorkflowEnvelopeProperties

构造函数

WorkflowEnvelopeProperties(*, files: Dict[str, MutableMapping[str, Any]] | None = None, flow_state: str | _models.WorkflowState | None = None, health: _models.WorkflowHealth | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
files
dict[str, <xref:JSON>]

获取或设置文件。

flow_state

获取或设置工作流的状态。 已知值为:“NotSpecified”、“Completed”、“Enabled”、“Disabled”、“Deleted”和“Suspended”。

health

获取或设置工作流运行状况。

变量

名称 说明
files
dict[str, <xref:JSON>]

获取或设置文件。

flow_state

获取或设置工作流的状态。 已知值为:“NotSpecified”、“Completed”、“Enabled”、“Disabled”、“Deleted”和“Suspended”。

health

获取或设置工作流运行状况。