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

WorkflowArtifacts Class

The workflow filter.

Constructor

WorkflowArtifacts(*args: Any, **kwargs: Any)

Variables

Name Description
app_settings
any

Application settings of the workflow.

files

Files of the app.

files_to_delete

Files of the app to delete.

Attributes

app_settings

Application settings of the workflow.

app_settings: Any | None

files

Files of the app.

files: dict[str, Any] | None

files_to_delete

Files of the app to delete.

files_to_delete: list[str] | None