Uses of Class
com.azure.resourcemanager.appservice.models.DataTableResponseObject
Packages that use DataTableResponseObject
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of DataTableResponseObject in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DataTableResponseObjectModifier and TypeMethodDescriptionstatic DataTableResponseObject
DataTableResponseObject.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DataTableResponseObject from the JsonReader.DiagnosticData.table()
Get the table property: Data in table form.DataTableResponseObject.withColumns
(List<DataTableResponseColumn> columns) Set the columns property: List of columns with data types.Set the rows property: Raw row values.DataTableResponseObject.withTableName
(String tableName) Set the tableName property: Name of the table.Methods in com.azure.resourcemanager.appservice.models with parameters of type DataTableResponseObjectModifier and TypeMethodDescriptionDiagnosticData.withTable
(DataTableResponseObject table) Set the table property: Data in table form.