WorkflowHealth Class
Represents the workflow health.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.web._serialization.ModelWorkflowHealth
Constructor
WorkflowHealth(*, state: str | _models.WorkflowHealthState, error: _models.ErrorEntity | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
state
|
Gets or sets the workflow health state. Required. Known values are: "NotSpecified", "Healthy", "Unhealthy", and "Unknown". |
error
|
Gets or sets the workflow error. |
Variables
Name | Description |
---|---|
state
|
Gets or sets the workflow health state. Required. Known values are: "NotSpecified", "Healthy", "Unhealthy", and "Unknown". |
error
|
Gets or sets the workflow error. |
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