Class MetricSpecification
java.lang.Object
com.azure.resourcemanager.cdn.models.MetricSpecification
Metric specification of operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the aggregationType property: The metric aggregation type.Get the availabilities property: Retention policies of a resource metric.Get the dimensions property: The dimensions of metric.Get the displayDescription property: Display description of metric specification.Get the displayName property: Display name of metric specification.Get the fillGapWithZero property: Property to specify whether to fill gap with zero.Get the isInternal property: Property to specify metric is internal or not.Get the metricFilterPattern property: Pattern to filter based on name.name()Get the name property: Name of metric specification.Get the supportedTimeGrainTypes property: The supported time grain types for the metrics.unit()Get the unit property: The metric unit.voidvalidate()Validates the instance.withAggregationType(String aggregationType) Set the aggregationType property: The metric aggregation type.withAvailabilities(List<MetricAvailability> availabilities) Set the availabilities property: Retention policies of a resource metric.withDimensions(List<DimensionProperties> dimensions) Set the dimensions property: The dimensions of metric.withDisplayDescription(String displayDescription) Set the displayDescription property: Display description of metric specification.withDisplayName(String displayName) Set the displayName property: Display name of metric specification.withFillGapWithZero(Boolean fillGapWithZero) Set the fillGapWithZero property: Property to specify whether to fill gap with zero.withIsInternal(Boolean isInternal) Set the isInternal property: Property to specify metric is internal or not.withMetricFilterPattern(String metricFilterPattern) Set the metricFilterPattern property: Pattern to filter based on name.Set the name property: Name of metric specification.withSupportedTimeGrainTypes(List<String> supportedTimeGrainTypes) Set the supportedTimeGrainTypes property: The supported time grain types for the metrics.Set the unit property: The metric unit.
-
Constructor Details
-
MetricSpecification
public MetricSpecification()
-
-
Method Details
-
name
Get the name property: Name of metric specification.- Returns:
- the name value.
-
withName
Set the name property: Name of metric specification.- Parameters:
name- the name value to set.- Returns:
- the MetricSpecification object itself.
-
displayName
Get the displayName property: Display name of metric specification.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: Display name of metric specification.- Parameters:
displayName- the displayName value to set.- Returns:
- the MetricSpecification object itself.
-
displayDescription
Get the displayDescription property: Display description of metric specification.- Returns:
- the displayDescription value.
-
withDisplayDescription
Set the displayDescription property: Display description of metric specification.- Parameters:
displayDescription- the displayDescription value to set.- Returns:
- the MetricSpecification object itself.
-
unit
Get the unit property: The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'.- Returns:
- the unit value.
-
withUnit
Set the unit property: The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'.- Parameters:
unit- the unit value to set.- Returns:
- the MetricSpecification object itself.
-
aggregationType
Get the aggregationType property: The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'.- Returns:
- the aggregationType value.
-
withAggregationType
Set the aggregationType property: The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'.- Parameters:
aggregationType- the aggregationType value to set.- Returns:
- the MetricSpecification object itself.
-
availabilities
Get the availabilities property: Retention policies of a resource metric.- Returns:
- the availabilities value.
-
withAvailabilities
Set the availabilities property: Retention policies of a resource metric.- Parameters:
availabilities- the availabilities value to set.- Returns:
- the MetricSpecification object itself.
-
supportedTimeGrainTypes
Get the supportedTimeGrainTypes property: The supported time grain types for the metrics.- Returns:
- the supportedTimeGrainTypes value.
-
withSupportedTimeGrainTypes
Set the supportedTimeGrainTypes property: The supported time grain types for the metrics.- Parameters:
supportedTimeGrainTypes- the supportedTimeGrainTypes value to set.- Returns:
- the MetricSpecification object itself.
-
dimensions
Get the dimensions property: The dimensions of metric.- Returns:
- the dimensions value.
-
withDimensions
Set the dimensions property: The dimensions of metric.- Parameters:
dimensions- the dimensions value to set.- Returns:
- the MetricSpecification object itself.
-
fillGapWithZero
Get the fillGapWithZero property: Property to specify whether to fill gap with zero.- Returns:
- the fillGapWithZero value.
-
withFillGapWithZero
Set the fillGapWithZero property: Property to specify whether to fill gap with zero.- Parameters:
fillGapWithZero- the fillGapWithZero value to set.- Returns:
- the MetricSpecification object itself.
-
metricFilterPattern
Get the metricFilterPattern property: Pattern to filter based on name.- Returns:
- the metricFilterPattern value.
-
withMetricFilterPattern
Set the metricFilterPattern property: Pattern to filter based on name.- Parameters:
metricFilterPattern- the metricFilterPattern value to set.- Returns:
- the MetricSpecification object itself.
-
isInternal
Get the isInternal property: Property to specify metric is internal or not.- Returns:
- the isInternal value.
-
withIsInternal
Set the isInternal property: Property to specify metric is internal or not.- Parameters:
isInternal- the isInternal value to set.- Returns:
- the MetricSpecification object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-