你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DiagnosticDataTableResponseObject Class

Diagnostics data table.

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
str

Table name.

Default value: None
columns

Columns in the table.

Default value: None
rows
list[<xref:JSON>]

Rows in the table.

Default value: None

Variables

Name Description
table_name
str

Table name.

columns

Columns in the table.

rows
list[<xref:JSON>]

Rows in the table.