Uses of Class
com.azure.resourcemanager.appservice.models.MetricSpecification
Packages that use MetricSpecification
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of MetricSpecification in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.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: The aggregationType property.MetricSpecification.withAvailabilities
(List<MetricAvailability> availabilities) Set the availabilities property: The availabilities property.MetricSpecification.withCategory
(String category) Set the category property: The category property.MetricSpecification.withDimensions
(List<Dimension> dimensions) Set the dimensions property: The dimensions property.MetricSpecification.withDisplayDescription
(String displayDescription) Set the displayDescription property: The displayDescription property.MetricSpecification.withDisplayName
(String displayName) Set the displayName property: The displayName property.MetricSpecification.withEnableRegionalMdmAccount
(Boolean enableRegionalMdmAccount) Set the enableRegionalMdmAccount property: The enableRegionalMdmAccount property.MetricSpecification.withFillGapWithZero
(Boolean fillGapWithZero) Set the fillGapWithZero property: The fillGapWithZero property.MetricSpecification.withIsInternal
(Boolean isInternal) Set the isInternal property: The isInternal property.MetricSpecification.withMetricFilterPattern
(String metricFilterPattern) Set the metricFilterPattern property: The metricFilterPattern property.Set the name property: The name property.MetricSpecification.withSourceMdmAccount
(String sourceMdmAccount) Set the sourceMdmAccount property: The sourceMdmAccount property.MetricSpecification.withSourceMdmNamespace
(String sourceMdmNamespace) Set the sourceMdmNamespace property: The sourceMdmNamespace property.MetricSpecification.withSupportedAggregationTypes
(List<String> supportedAggregationTypes) Set the supportedAggregationTypes property: The supportedAggregationTypes property.MetricSpecification.withSupportedTimeGrainTypes
(List<String> supportedTimeGrainTypes) Set the supportedTimeGrainTypes property: The supportedTimeGrainTypes property.MetricSpecification.withSupportsInstanceLevelAggregation
(Boolean supportsInstanceLevelAggregation) Set the supportsInstanceLevelAggregation property: The supportsInstanceLevelAggregation property.Set the unit property: The unit property.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type MetricSpecificationModifier and TypeMethodDescriptionServiceSpecification.metricSpecifications()
Get the metricSpecifications property: The metricSpecifications property.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type MetricSpecificationModifier and TypeMethodDescriptionServiceSpecification.withMetricSpecifications
(List<MetricSpecification> metricSpecifications) Set the metricSpecifications property: The metricSpecifications property.