Uses of Class
com.azure.resourcemanager.appplatform.models.MetricDimension
Packages that use MetricDimension
Package
Description
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 MetricDimensionModifier and TypeMethodDescriptionMetricDimension.withDisplayName(String displayName) Set the displayName property: Localized friendly display name of the dimension.Set the name property: Name of the dimension.MetricDimension.withToBeExportedForShoebox(Boolean toBeExportedForShoebox) Set the toBeExportedForShoebox property: Whether this dimension should be included for the Shoebox export scenario.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type MetricDimensionModifier and TypeMethodDescriptionMetricSpecification.dimensions()Get the dimensions property: Dimensions of the metric.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type MetricDimensionModifier and TypeMethodDescriptionMetricSpecification.withDimensions(List<MetricDimension> dimensions) Set the dimensions property: Dimensions of the metric.