Uses of Class
com.azure.resourcemanager.monitor.models.MetricSingleDimension
-
Packages that use MetricSingleDimension Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of MetricSingleDimension in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return MetricSingleDimension Modifier and Type Method Description MetricSingleDimensionMetricSingleDimension. withName(String name)Set the name property: Name of the dimension.MetricSingleDimensionMetricSingleDimension. withValue(String value)Set the value property: Value of the dimension.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetricSingleDimension Modifier and Type Method Description List<MetricSingleDimension>TimeSeriesBaseline. dimensions()Get the dimensions property: The dimensions of this time series.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type MetricSingleDimension Modifier and Type Method Description TimeSeriesBaselineTimeSeriesBaseline. withDimensions(List<MetricSingleDimension> dimensions)Set the dimensions property: The dimensions of this time series.
-