Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
MetricDimension |
MetricDimension.withName(String name)
Set name of the dimension.
|
MetricDimension |
MetricDimension.withOperator(String operator)
Set the dimension operator.
|
MetricDimension |
MetricDimension.withValues(List<String> values)
Set list of dimension values.
|
Modifier and Type | Method and Description |
---|---|
Collection<MetricDimension> |
MetricAlertCondition.dimensions()
Get list of dimension conditions.
|
List<MetricDimension> |
MetricCriteria.dimensions()
Get list of dimension conditions.
|
Modifier and Type | Method and Description |
---|---|
MetricCriteria |
MetricCriteria.withDimensions(List<MetricDimension> dimensions)
Set list of dimension conditions.
|
Copyright © 2019. All rights reserved.