Uses of Enum
com.azure.ai.anomalydetector.models.AlignMode
Packages that use AlignMode
Package
Description
Package containing the data models for AnomalyDetector.
-
Uses of AlignMode in com.azure.ai.anomalydetector.models
Methods in com.azure.ai.anomalydetector.models that return AlignModeModifier and TypeMethodDescriptionstatic AlignModeAlignMode.fromString(String value) Parses a serialized value to a AlignMode instance.AlignPolicy.getAlignMode()Get the alignMode property: An optional field, indicating how to align different variables to the same time-range.static AlignModeReturns the enum constant of this type with the specified name.static AlignMode[]AlignMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.ai.anomalydetector.models with parameters of type AlignModeModifier and TypeMethodDescriptionAlignPolicy.setAlignMode(AlignMode alignMode) Set the alignMode property: An optional field, indicating how to align different variables to the same time-range.