Uses of Class
com.azure.resourcemanager.monitor.models.CriterionType
-
Packages that use CriterionType Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of CriterionType in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as CriterionType Modifier and Type Field Description static CriterionTypeCriterionType. DYNAMIC_THRESHOLD_CRITERIONStatic value DynamicThresholdCriterion for CriterionType.static CriterionTypeCriterionType. STATIC_THRESHOLD_CRITERIONStatic value StaticThresholdCriterion for CriterionType.Methods in com.azure.resourcemanager.monitor.models that return CriterionType Modifier and Type Method Description static CriterionTypeCriterionType. fromString(String name)Creates or finds a CriterionType from its string representation.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type CriterionType Modifier and Type Method Description static Collection<CriterionType>CriterionType. values()
-