Uses of Class
com.microsoft.azure.management.monitor.Dimension
Packages that use Dimension
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of Dimension in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return DimensionModifier and TypeMethodDescriptionSet name of the dimension.Dimension.withOperator
(String operator) Set operator for dimension values.Dimension.withValues
(List<String> values) Set list of dimension values.Methods in com.microsoft.azure.management.monitor that return types with arguments of type DimensionModifier and TypeMethodDescriptionCriteria.dimensions()
Get list of Dimensions for creating metric.Method parameters in com.microsoft.azure.management.monitor with type arguments of type DimensionModifier and TypeMethodDescriptionCriteria.withDimensions
(List<Dimension> dimensions) Set list of Dimensions for creating metric.