Uses of Class
org.jclouds.azurecompute.arm.domain.MetricDefinition.AggregationType
-
Packages that use MetricDefinition.AggregationType Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of MetricDefinition.AggregationType in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return MetricDefinition.AggregationType Modifier and Type Method Description static MetricDefinition.AggregationTypeMetricDefinition.AggregationType. fromValue(String text)abstract MetricDefinition.AggregationTypeMetricDefinition. primaryAggregationType()static MetricDefinition.AggregationTypeMetricDefinition.AggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricDefinition.AggregationType[]MetricDefinition.AggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain with parameters of type MetricDefinition.AggregationType Modifier and Type Method Description static MetricDefinitionMetricDefinition. create(String resourceId, MetricName name, Boolean isDimensionRequired, String unit, MetricDefinition.AggregationType primaryAggregationType, List<MetricDefinition.MetricAvailability> metricAvailabilities, String id)
-