Uses of Class
com.azure.resourcemanager.netapp.models.MetricSpecification
Packages that use MetricSpecification
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of MetricSpecification in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return MetricSpecificationModifier and TypeMethodDescriptionstatic MetricSpecification
MetricSpecification.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MetricSpecification from the JsonReader.MetricSpecification.withAggregationType
(String aggregationType) Set the aggregationType property: Aggregation type could be Average.MetricSpecification.withCategory
(String category) Set the category property: The category this metric specification belong to, could be Capacity.MetricSpecification.withDimensions
(List<Dimension> dimensions) Set the dimensions property: Dimensions of blobs, including blob type and access tier.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.withEnableRegionalMdmAccount
(Boolean enableRegionalMdmAccount) Set the enableRegionalMdmAccount property: Whether or not the service is using regional MDM accounts.MetricSpecification.withFillGapWithZero
(Boolean fillGapWithZero) Set the fillGapWithZero property: The property to decide fill gap with zero or not.MetricSpecification.withInternalMetricName
(String internalMetricName) Set the internalMetricName property: The internal metric name.MetricSpecification.withIsInternal
(Boolean isInternal) Set the isInternal property: Whether the metric is internal.Set the name property: Name of metric specification.MetricSpecification.withResourceIdDimensionNameOverride
(String resourceIdDimensionNameOverride) Set the resourceIdDimensionNameOverride property: Account Resource Id.MetricSpecification.withSourceMdmAccount
(String sourceMdmAccount) Set the sourceMdmAccount property: The source MDM account.MetricSpecification.withSourceMdmNamespace
(String sourceMdmNamespace) Set the sourceMdmNamespace property: The source MDM namespace.MetricSpecification.withSupportedAggregationTypes
(List<MetricAggregationType> supportedAggregationTypes) Set the supportedAggregationTypes property: Support metric aggregation type.MetricSpecification.withSupportedTimeGrainTypes
(List<String> supportedTimeGrainTypes) Set the supportedTimeGrainTypes property: The supported time grain types for the metrics.Set the unit property: Unit could be Bytes or Count.Methods in com.azure.resourcemanager.netapp.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.netapp.models with type arguments of type MetricSpecificationModifier and TypeMethodDescriptionServiceSpecification.withMetricSpecifications
(List<MetricSpecification> metricSpecifications) Set the metricSpecifications property: Metric specifications of operation.