Uses of Class
com.azure.resourcemanager.appservice.models.DataTableResponseObject
-
Packages that use DataTableResponseObject Package Description com.azure.resourcemanager.appservice.models 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 DataTableResponseObject Modifier and Type Method Description DataTableResponseObjectDiagnosticData. table()Get the table property: Data in table form.DataTableResponseObjectDataTableResponseObject. withColumns(List<DataTableResponseColumn> columns)Set the columns property: List of columns with data types.DataTableResponseObjectDataTableResponseObject. withRows(List<List<String>> rows)Set the rows property: Raw row values.DataTableResponseObjectDataTableResponseObject. withTableName(String tableName)Set the tableName property: Name of the table.Methods in com.azure.resourcemanager.appservice.models with parameters of type DataTableResponseObject Modifier and Type Method Description DiagnosticDataDiagnosticData. withTable(DataTableResponseObject table)Set the table property: Data in table form.
-