Uses of Class
com.microsoft.azure.management.appservice.MetricSpecification
Packages that use MetricSpecification
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of MetricSpecification in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return MetricSpecificationModifier and TypeMethodDescriptionMetricSpecification.withAggregationType
(String aggregationType) Set the aggregationType value.MetricSpecification.withAvailabilities
(List<MetricAvailability> availabilities) Set the availabilities value.MetricSpecification.withCategory
(String category) Set the category value.MetricSpecification.withDimensions
(List<Dimension> dimensions) Set the dimensions value.MetricSpecification.withDisplayDescription
(String displayDescription) Set the displayDescription value.MetricSpecification.withDisplayName
(String displayName) Set the displayName value.MetricSpecification.withEnableRegionalMdmAccount
(Boolean enableRegionalMdmAccount) Set the enableRegionalMdmAccount value.MetricSpecification.withFillGapWithZero
(Boolean fillGapWithZero) Set the fillGapWithZero value.MetricSpecification.withIsInternal
(Boolean isInternal) Set the isInternal value.MetricSpecification.withMetricFilterPattern
(String metricFilterPattern) Set the metricFilterPattern value.Set the name value.MetricSpecification.withSourceMdmAccount
(String sourceMdmAccount) Set the sourceMdmAccount value.MetricSpecification.withSourceMdmNamespace
(String sourceMdmNamespace) Set the sourceMdmNamespace value.MetricSpecification.withSupportedTimeGrainTypes
(List<String> supportedTimeGrainTypes) Set the supportedTimeGrainTypes value.MetricSpecification.withSupportsInstanceLevelAggregation
(Boolean supportsInstanceLevelAggregation) Set the supportsInstanceLevelAggregation value.Set the unit value.Methods in com.microsoft.azure.management.appservice that return types with arguments of type MetricSpecificationModifier and TypeMethodDescriptionServiceSpecification.metricSpecifications()
Get the metricSpecifications value.Method parameters in com.microsoft.azure.management.appservice with type arguments of type MetricSpecificationModifier and TypeMethodDescriptionServiceSpecification.withMetricSpecifications
(List<MetricSpecification> metricSpecifications) Set the metricSpecifications value.