Uses of Class
org.jclouds.azurecompute.arm.domain.MetricAlertProperties
Packages that use MetricAlertProperties
-
Uses of MetricAlertProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return MetricAlertPropertiesModifier and TypeMethodDescriptionabstract MetricAlertProperties
MetricAlertProperties.Builder.build()
static 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
MetricAlert.properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type MetricAlertPropertiesModifier and TypeMethodDescriptionstatic MetricAlert
MetricAlert.create
(String id, String name, String location, String type, Map<String, String> tags, MetricAlertProperties properties) abstract MetricAlert.Builder
MetricAlert.Builder.properties
(MetricAlertProperties properties) -
Uses of MetricAlertProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type MetricAlertPropertiesModifier and TypeMethodDescriptionMetricAlertApi.createOrUpdate
(String ruleName, MetricAlertProperties properties, Map<String, String> tags, String location)