Uses of Enum
com.azure.resourcemanager.monitor.models.AggregationType
Packages that use AggregationType
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of AggregationType in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return AggregationTypeModifier and TypeMethodDescriptionMetricDefinitionInner.primaryAggregationType()Get the primaryAggregationType property: the primary aggregation type value defining how to use the values for display.Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type AggregationTypeModifier and TypeMethodDescriptionMetricDefinitionInner.supportedAggregationTypes()Get the supportedAggregationTypes property: the collection of what aggregation types are supported.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type AggregationTypeModifier and TypeMethodDescriptionMetricDefinitionInner.withPrimaryAggregationType(AggregationType primaryAggregationType) Set the primaryAggregationType property: the primary aggregation type value defining how to use the values for display.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type AggregationTypeModifier and TypeMethodDescriptionMetricDefinitionInner.withSupportedAggregationTypes(List<AggregationType> supportedAggregationTypes) Set the supportedAggregationTypes property: the collection of what aggregation types are supported. -
Uses of AggregationType in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return AggregationTypeModifier and TypeMethodDescriptionstatic AggregationTypeAggregationType.fromString(String value) Parses a serialized value to a AggregationType instance.MetricDefinition.primaryAggregationType()Get the primaryAggregationType value.static AggregationTypeReturns 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.azure.resourcemanager.monitor.models that return types with arguments of type AggregationTypeModifier and TypeMethodDescriptionMetricDefinition.supportedAggregationTypes()the collection of what aggregation types are supported.