Uses of Class
com.azure.resourcemanager.loganalytics.models.Column
Packages that use Column
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of Column in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return ColumnModifier and TypeMethodDescriptionColumn.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.