Uses of Class
com.azure.resourcemanager.loganalytics.models.TimeSelectorEnum
Packages that use TimeSelectorEnum
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of TimeSelectorEnum in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type TimeSelectorEnum in com.azure.resourcemanager.loganalytics.modelsModifier and TypeClassDescriptionfinal classThe time cursor used in Summary rules bins processing, e.g.Fields in com.azure.resourcemanager.loganalytics.models declared as TimeSelectorEnumModifier and TypeFieldDescriptionstatic final TimeSelectorEnumTimeSelectorEnum.TIME_GENERATEDTimeGenerated.Methods in com.azure.resourcemanager.loganalytics.models that return TimeSelectorEnumModifier and TypeMethodDescriptionstatic TimeSelectorEnumTimeSelectorEnum.fromString(String name) Creates or finds a TimeSelectorEnum from its string representation.RuleDefinition.timeSelector()Get the timeSelector property: The time cursor used in Summary rules bins processing, e.g.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type TimeSelectorEnumModifier and TypeMethodDescriptionstatic Collection<TimeSelectorEnum> TimeSelectorEnum.values()Gets known TimeSelectorEnum values.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type TimeSelectorEnumModifier and TypeMethodDescriptionRuleDefinition.withTimeSelector(TimeSelectorEnum timeSelector) Set the timeSelector property: The time cursor used in Summary rules bins processing, e.g.