Uses of Class
com.azure.resourcemanager.appplatform.models.MetricSpecification
Packages that use MetricSpecification
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of MetricSpecification in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return MetricSpecificationModifier and TypeMethodDescriptionMetricSpecification.withAggregationType(String aggregationType) Set the aggregationType property: Only provide one value for this field.MetricSpecification.withCategory(String category) Set the category property: Name of the metric category that the metric belongs to.MetricSpecification.withDimensions(List<MetricDimension> dimensions) Set the dimensions property: Dimensions of the metric.MetricSpecification.withDisplayDescription(String displayDescription) Set the displayDescription property: Localized friendly description of the metric.MetricSpecification.withDisplayName(String displayName) Set the displayName property: Localized friendly display name of the metric.MetricSpecification.withFillGapWithZero(Boolean fillGapWithZero) Set the fillGapWithZero property: Optional.Set the name property: Name of the metric.MetricSpecification.withSourceMdmNamespace(String sourceMdmNamespace) Set the sourceMdmNamespace property: Name of the MDM namespace.MetricSpecification.withSupportedAggregationTypes(List<String> supportedAggregationTypes) Set the supportedAggregationTypes property: Supported aggregation types.MetricSpecification.withSupportedTimeGrainTypes(List<String> supportedTimeGrainTypes) Set the supportedTimeGrainTypes property: Supported time grain types.Set the unit property: Unit that makes sense for the metric.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type MetricSpecificationModifier and TypeMethodDescriptionServiceSpecification.metricSpecifications()Get the metricSpecifications property: Specifications of the Metrics for Azure Monitoring.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type MetricSpecificationModifier and TypeMethodDescriptionServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications) Set the metricSpecifications property: Specifications of the Metrics for Azure Monitoring.