DiagnosticsStatus Class
Rendering details of a diagnostics table.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelDiagnosticsStatus
Constructor
DiagnosticsStatus(*, message: str | None = None, status_id: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
message
|
Diagnostic message. |
status_id
|
Status. |
Variables
Name | Description |
---|---|
message
|
Diagnostic message. |
status_id
|
Status. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python