Uses of Class
com.azure.resourcemanager.monitor.models.AggregationType
-
Packages that use AggregationType Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 AggregationType Modifier and Type Method Description AggregationTypeMetricDefinitionInner. 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 AggregationType Modifier and Type Method Description List<AggregationType>MetricDefinitionInner. 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 AggregationType Modifier and Type Method Description MetricDefinitionInnerMetricDefinitionInner. 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 AggregationType Modifier and Type Method Description MetricDefinitionInnerMetricDefinitionInner. 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 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.azure.resourcemanager.monitor.models 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.
-