public interface MetricDefinition extends HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>, HasInner<com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner>
Modifier and Type | Interface and Description |
---|---|
static interface |
MetricDefinition.MetricsQueryDefinition
The entirety of a Metrics query definition.
|
static interface |
MetricDefinition.MetricsQueryDefinitionStages
Grouping of Metric query stages.
|
Modifier and Type | Method and Description |
---|---|
MetricDefinition.MetricsQueryDefinitionStages.WithMetricStartTimeFilter |
defineQuery()
Begins a definition for a new resource Metric query.
|
List<LocalizableString> |
dimensions()
the name and the display name of the dimension, i.e.
|
String |
id()
Get the id value.
|
boolean |
isDimensionRequired()
Get the isDimensionRequired value.
|
List<MetricAvailability> |
metricAvailabilities()
Get the metricAvailabilities value.
|
LocalizableString |
name()
Get the name value.
|
String |
namespace()
Get the namespace value.
|
AggregationType |
primaryAggregationType()
Get the primaryAggregationType value.
|
String |
resourceId()
Get the resourceId value.
|
List<AggregationType> |
supportedAggregationTypes()
the collection of what aggregation types are supported.
|
Unit |
unit()
Get the unit value.
|
manager
String resourceId()
LocalizableString name()
String namespace()
boolean isDimensionRequired()
List<LocalizableString> dimensions()
List<AggregationType> supportedAggregationTypes()
Unit unit()
AggregationType primaryAggregationType()
List<MetricAvailability> metricAvailabilities()
String id()
MetricDefinition.MetricsQueryDefinitionStages.WithMetricStartTimeFilter defineQuery()
Copyright © 2019. All rights reserved.