Uses of Class
com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseObject
Packages that use DiagnosticDataTableResponseObject
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of DiagnosticDataTableResponseObject in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DiagnosticDataTableResponseObjectModifier and TypeMethodDescriptionDiagnosticDataTableResponseObject.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticDataTableResponseObject from the JsonReader.DiagnosticsDataApiResponse.table()
Get the table property: Table response.DiagnosticDataTableResponseObject.withColumns
(List<DiagnosticDataTableResponseColumn> columns) Set the columns property: Columns in the table.Set the rows property: Rows in the table.DiagnosticDataTableResponseObject.withTableName
(String tableName) Set the tableName property: Table name.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type DiagnosticDataTableResponseObjectModifier and TypeMethodDescriptionDiagnosticsDataApiResponse.withTable
(DiagnosticDataTableResponseObject table) Set the table property: Table response.