Uses of Class
com.azure.resourcemanager.keyvault.models.MetricSpecification
Packages that use MetricSpecification
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of MetricSpecification in com.azure.resourcemanager.keyvault.models
Classes in com.azure.resourcemanager.keyvault.models that implement interfaces with type arguments of type MetricSpecificationModifier and TypeClassDescriptionfinal classMetric specification of operation.Methods in com.azure.resourcemanager.keyvault.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.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.withInternalMetricName(String internalMetricName) Set the internalMetricName property: The internal metric name.MetricSpecification.withLockAggregationType(String lockAggregationType) Set the lockAggregationType property: The metric lock aggregation type.Set the name property: Name of metric specification.MetricSpecification.withSupportedAggregationTypes(List<String> supportedAggregationTypes) Set the supportedAggregationTypes property: The supported aggregation types for the metrics.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.keyvault.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.keyvault.models with type arguments of type MetricSpecificationModifier and TypeMethodDescriptionServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications) Set the metricSpecifications property: Metric specifications of operation.