DiagnosticDataTableResponseObject Class
Diagnostics data table.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelDiagnosticDataTableResponseObject
Constructor
DiagnosticDataTableResponseObject(*, table_name: str | None = None, columns: List[_models.DiagnosticDataTableResponseColumn] | None = None, rows: List[MutableMapping[str, Any]] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
table_name
|
Table name. |
columns
|
Columns in the table. |
rows
|
list[<xref:JSON>]
Rows in the table. |
Variables
Name | Description |
---|---|
table_name
|
Table name. |
columns
|
Columns in the table. |
rows
|
list[<xref:JSON>]
Rows in the table. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python