Uses of Class
com.azure.resourcemanager.appplatform.models.MetricDimension
-
Packages that use MetricDimension Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of MetricDimension in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return MetricDimension Modifier and Type Method Description MetricDimensionMetricDimension. withDisplayName(String displayName)Set the displayName property: Localized friendly display name of the dimension.MetricDimensionMetricDimension. withName(String name)Set the name property: Name of the dimension.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type MetricDimension Modifier and Type Method Description List<MetricDimension>MetricSpecification. dimensions()Get the dimensions property: Dimensions of the metric.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type MetricDimension Modifier and Type Method Description MetricSpecificationMetricSpecification. withDimensions(List<MetricDimension> dimensions)Set the dimensions property: Dimensions of the metric.
-