| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
MetricDefinitionInner |
MetricDefinitionInner.withDimensions(List<LocalizableStringInner> dimensions)
Set the dimensions property: the name and the display name of the dimension, i.e.
|
MetricDefinitionInner |
MetricDefinitionInner.withId(String id)
Set the id property: the resource identifier of the metric definition.
|
MetricDefinitionInner |
MetricDefinitionInner.withIsDimensionRequired(Boolean isDimensionRequired)
Set the isDimensionRequired property: Flag to indicate whether the dimension is required.
|
MetricDefinitionInner |
MetricDefinitionInner.withMetricAvailabilities(List<MetricAvailability> metricAvailabilities)
Set the metricAvailabilities property: the collection of what aggregation intervals are available to be queried.
|
MetricDefinitionInner |
MetricDefinitionInner.withName(LocalizableStringInner name)
Set the name property: the name and the display name of the metric, i.e.
|
MetricDefinitionInner |
MetricDefinitionInner.withNamespace(String namespace)
Set the namespace property: the namespace the metric belongs to.
|
MetricDefinitionInner |
MetricDefinitionInner.withPrimaryAggregationType(AggregationType primaryAggregationType)
Set the primaryAggregationType property: the primary aggregation type value defining how to use the values for
display.
|
MetricDefinitionInner |
MetricDefinitionInner.withResourceId(String resourceId)
Set the resourceId property: the resource identifier of the resource that emitted the metric.
|
MetricDefinitionInner |
MetricDefinitionInner.withSupportedAggregationTypes(List<AggregationType> supportedAggregationTypes)
Set the supportedAggregationTypes property: the collection of what aggregation types are supported.
|
MetricDefinitionInner |
MetricDefinitionInner.withUnit(Unit unit)
Set the unit property: the unit of the metric.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.