DiagnosticsDataApiResponse Class
Diagnostics data returned from a detector.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelDiagnosticsDataApiResponse
Constructor
DiagnosticsDataApiResponse(*, table: _models.DiagnosticDataTableResponseObject | None = None, rendering_properties: _models.DiagnosticRendering | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
table
|
Table response. |
rendering_properties
|
Details of the table response. |
Variables
Name | Description |
---|---|
table
|
Table response. |
rendering_properties
|
Details of the table response. |
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