Uses of Class
com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn
Packages that use DiagnosticDataTableResponseColumn
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of DiagnosticDataTableResponseColumn in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DiagnosticDataTableResponseColumnModifier and TypeMethodDescriptionDiagnosticDataTableResponseColumn.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DiagnosticDataTableResponseColumn from the JsonReader.DiagnosticDataTableResponseColumn.withColumnName
(String columnName) Set the columnName property: Column name.DiagnosticDataTableResponseColumn.withColumnType
(String columnType) Set the columnType property: Column type.DiagnosticDataTableResponseColumn.withDataType
(String dataType) Set the dataType property: Data type of the column.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type DiagnosticDataTableResponseColumnModifier and TypeMethodDescriptionDiagnosticDataTableResponseObject.columns()
Get the columns property: Columns in the table.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type DiagnosticDataTableResponseColumnModifier and TypeMethodDescriptionDiagnosticDataTableResponseObject.withColumns
(List<DiagnosticDataTableResponseColumn> columns) Set the columns property: Columns in the table.