Uses of Class
com.microsoft.azure.management.monitor.Sensitivity
-
-
Uses of Sensitivity in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return Sensitivity Modifier and Type Method Description static SensitivitySensitivity. fromString(String value)Parses a serialized value to a Sensitivity instance.SensitivityBaseline. sensitivity()Get the sensitivity of the baseline.static SensitivitySensitivity. valueOf(String name)Returns the enum constant of this type with the specified name.static Sensitivity[]Sensitivity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.monitor with parameters of type Sensitivity Modifier and Type Method Description BaselineBaseline. withSensitivity(Sensitivity sensitivity)Set the sensitivity of the baseline.
-