Uses of Class
com.microsoft.azure.management.monitor.AggregationType
-
-
Uses of AggregationType in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return AggregationType Modifier and Type Method Description static AggregationTypeAggregationType. fromString(String value)Parses a serialized value to a AggregationType instance.AggregationTypeMetricDefinition. primaryAggregationType()Get the primaryAggregationType value.static AggregationTypeAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationType[]AggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.monitor that return types with arguments of type AggregationType Modifier and Type Method Description List<AggregationType>MetricDefinition. supportedAggregationTypes()the collection of what aggregation types are supported.
-