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. |
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