Uses of Class
com.azure.resourcemanager.cdn.models.MetricSpecification
Packages that use MetricSpecification
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of MetricSpecification in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type MetricSpecificationModifier and TypeClassDescriptionfinal classMetric specification of operation.Methods in com.azure.resourcemanager.cdn.models that return MetricSpecificationModifier and TypeMethodDescriptionstatic MetricSpecificationMetricSpecification.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MetricSpecification from the JsonReader.MetricSpecification.withAggregationType(String aggregationType) Set the aggregationType property: The metric aggregation type.MetricSpecification.withAvailabilities(List<MetricAvailability> availabilities) Set the availabilities property: Retention policies of a resource metric.MetricSpecification.withDimensions(List<DimensionProperties> dimensions) Set the dimensions property: The dimensions of metric.MetricSpecification.withDisplayDescription(String displayDescription) Set the displayDescription property: Display description of metric specification.MetricSpecification.withDisplayName(String displayName) Set the displayName property: Display name of metric specification.MetricSpecification.withFillGapWithZero(Boolean fillGapWithZero) Set the fillGapWithZero property: Property to specify whether to fill gap with zero.MetricSpecification.withIsInternal(Boolean isInternal) Set the isInternal property: Property to specify metric is internal or not.MetricSpecification.withMetricFilterPattern(String metricFilterPattern) Set the metricFilterPattern property: Pattern to filter based on name.Set the name property: Name of metric specification.MetricSpecification.withSupportedTimeGrainTypes(List<String> supportedTimeGrainTypes) Set the supportedTimeGrainTypes property: The supported time grain types for the metrics.Set the unit property: The metric unit.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type MetricSpecificationModifier and TypeMethodDescriptionServiceSpecification.metricSpecifications()Get the metricSpecifications property: Metric specifications of operation.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type MetricSpecificationModifier and TypeMethodDescriptionServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications) Set the metricSpecifications property: Metric specifications of operation.