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

WorkflowArtifacts 类

工作流筛选器。

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

构造函数

WorkflowArtifacts(*, app_settings: MutableMapping[str, Any] | None = None, files: Dict[str, MutableMapping[str, Any]] | None = None, files_to_delete: List[str] | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
app_settings
<xref:JSON>

工作流的应用程序设置。

files
dict[str, <xref:JSON>]

应用的文件。

files_to_delete

要删除的应用的文件。

变量

名称 说明
app_settings
<xref:JSON>

工作流的应用程序设置。

files
dict[str, <xref:JSON>]

应用的文件。

files_to_delete

要删除的应用的文件。