Uses of Class
org.jclouds.azurecompute.arm.domain.Criteria
Packages that use Criteria
-
Uses of Criteria in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return CriteriaModifier and TypeMethodDescriptionabstract Criteria
Criteria.Builder.build()
static Criteria
Criteria.create
(List<MetricAlertCriteria> allOf, String odatatype) abstract Criteria
MetricAlertProperties.criteria()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type CriteriaModifier and TypeMethodDescriptionstatic MetricAlertProperties
MetricAlertProperties.create
(List<MetricAlertAction> actions, boolean autoMitigate, Criteria criteria, String description, boolean enabled, String evaluationFrequency, boolean isMigrated, Date lastUpdatedTime, List<String> scopes, int severity, String targetResourceRegion, String targetResourceType, String windowSize) abstract MetricAlertProperties.Builder