WorkflowArtifacts Class
The workflow filter.
- Inheritance
-
azure.mgmt.web._serialization.ModelWorkflowArtifacts
Constructor
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)
Keyword-Only Parameters
Name | Description |
---|---|
app_settings
|
<xref:JSON>
Application settings of the workflow. |
files
|
Files of the app. |
files_to_delete
|
Files of the app to delete. |
Variables
Name | Description |
---|---|
app_settings
|
<xref:JSON>
Application settings of the workflow. |
files
|
Files of the app. |
files_to_delete
|
Files of the app to delete. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python