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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python