Uses of Class
com.azure.resourcemanager.loganalytics.models.Column
Packages that use Column
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of Column in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type ColumnMethods in com.azure.resourcemanager.loganalytics.models that return ColumnModifier and TypeMethodDescriptionstatic ColumnColumn.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Column from the JsonReader.Column.withDataTypeHint(ColumnDataTypeHintEnum dataTypeHint) Set the dataTypeHint property: Column data type logical hint.Column.withDescription(String description) Set the description property: Column description.Column.withDisplayName(String displayName) Set the displayName property: Column display name.Set the name property: Column name.Column.withType(ColumnTypeEnum type) Set the type property: Column data type.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type ColumnModifier and TypeMethodDescriptionSchema.columns()Get the columns property: A list of table custom columns.Schema.standardColumns()Get the standardColumns property: A list of table standard columns.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type ColumnModifier and TypeMethodDescriptionSchema.withColumns(List<Column> columns) Set the columns property: A list of table custom columns.