Uses of Class
com.azure.resourcemanager.monitor.models.CriterionType
Packages that use CriterionType
Package
Description
Package containing the data models for MonitorClient.
-
Uses of CriterionType in com.azure.resourcemanager.monitor.models
Subclasses with type arguments of type CriterionType in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionfinal classSpecifies the type of threshold criteria.Fields in com.azure.resourcemanager.monitor.models declared as CriterionTypeModifier and TypeFieldDescriptionstatic final CriterionTypeCriterionType.DYNAMIC_THRESHOLD_CRITERIONStatic value DynamicThresholdCriterion for CriterionType.static final CriterionTypeCriterionType.STATIC_THRESHOLD_CRITERIONStatic value StaticThresholdCriterion for CriterionType.Methods in com.azure.resourcemanager.monitor.models that return CriterionTypeModifier and TypeMethodDescriptionDynamicMetricCriteria.criterionType()Get the criterionType property: Specifies the type of threshold criteria.MetricCriteria.criterionType()Get the criterionType property: Specifies the type of threshold criteria.MultiMetricCriteria.criterionType()Get the criterionType property: Specifies the type of threshold criteria.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 CriterionTypeModifier and TypeMethodDescriptionstatic Collection<CriterionType> CriterionType.values()Gets known CriterionType values.