| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DataTableResponseObject |
DiagnosticData.table()
Get the table property: Data in table form.
|
DataTableResponseObject |
DataTableResponseObject.withColumns(List<DataTableResponseColumn> columns)
Set the columns property: List of columns with data types.
|
DataTableResponseObject |
DataTableResponseObject.withRows(List<List<String>> rows)
Set the rows property: Raw row values.
|
DataTableResponseObject |
DataTableResponseObject.withTableName(String tableName)
Set the tableName property: Name of the table.
|
| Modifier and Type | Method and Description |
|---|---|
DiagnosticData |
DiagnosticData.withTable(DataTableResponseObject table)
Set the table property: Data in table form.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.