Preparing search index...
The search index is not available
Back To Index
|
@azure/arm-appcontainers
Package version:
@azure/arm-appcontainers
DiagnosticDataTableResponseObject
Interface DiagnosticDataTableResponseObject
Diagnostics data table
interface
DiagnosticDataTableResponseObject
{
columns
?:
DiagnosticDataTableResponseColumn
[]
;
rows
?:
Record
<
string
,
unknown
>
[]
;
tableName
?:
string
;
}
Index
Properties
columns?
rows?
table
Name?
Properties
Optional
columns
columns
?:
DiagnosticDataTableResponseColumn
[]
Columns in the table
Optional
rows
rows
?:
Record
<
string
,
unknown
>
[]
Rows in the table
Optional
table
Name
table
Name
?:
string
Table name
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@azure/arm-appcontainers
Loading...
Diagnostics data table