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
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type DataTableResponseObjectModifier and TypeClassDescriptionfinal classData Table which defines columns and raw row values.Methods in com.azure.resourcemanager.appservice.models that return DataTableResponseObjectModifier and TypeMethodDescriptionstatic DataTableResponseObjectDataTableResponseObject.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.