| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationType |
MetricDefinitionInner.primaryAggregationType()
Get the primaryAggregationType property: the primary aggregation type value defining how to use the values for
display.
|
| Modifier and Type | Method and Description |
|---|---|
MetricDefinitionInner |
MetricDefinitionInner.withPrimaryAggregationType(AggregationType primaryAggregationType)
Set the primaryAggregationType property: the primary aggregation type value defining how to use the values for
display.
|
| Modifier and Type | Method and Description |
|---|---|
static AggregationType |
AggregationType.fromString(String value)
Parses a serialized value to a AggregationType instance.
|
AggregationType |
MetricDefinition.primaryAggregationType()
Get the primaryAggregationType value.
|
AggregationType |
MultiMetricCriteria.timeAggregation()
Get the timeAggregation property: the criteria time aggregation types.
|
static AggregationType |
AggregationType.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.
|
| Modifier and Type | Method and Description |
|---|---|
MultiMetricCriteria |
MultiMetricCriteria.withTimeAggregation(AggregationType timeAggregation)
Set the timeAggregation property: the criteria time aggregation types.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.