Uses of Class
com.azure.resourcemanager.monitor.models.ColumnDefinition
Packages that use ColumnDefinition
Package
Description
Package containing the data models for MonitorClient.
-
Uses of ColumnDefinition in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ColumnDefinitionModifier and TypeMethodDescriptionstatic ColumnDefinition
ColumnDefinition.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ColumnDefinition from the JsonReader.Set the name property: The name of the column.ColumnDefinition.withType
(KnownColumnDefinitionType type) Set the type property: The type of the column data.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type ColumnDefinitionModifier and TypeMethodDescriptionStreamDeclaration.columns()
Get the columns property: List of columns used by data in this stream.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ColumnDefinitionModifier and TypeMethodDescriptionStreamDeclaration.withColumns
(List<ColumnDefinition> columns) Set the columns property: List of columns used by data in this stream.