MetricSpecification Class

Definition

A metric emitted by service.

public class MetricSpecification
type MetricSpecification = class
Public Class MetricSpecification
Inheritance
MetricSpecification

Constructors

MetricSpecification()

Initializes a new instance of the MetricSpecification class.

MetricSpecification(String, String, String, MetricUnit, MetricAggregationType, Nullable<MetricAggregationType>, IList<String>, IList<MetricDimension>, Boolean, String, String, IList<String>)

Initializes a new instance of the MetricSpecification class.

Properties

AggregationType

Gets the metric aggregation type. Possible values include: 'Average', 'Count', 'Total'

Dimensions

Gets the metric dimensions.

DisplayDescription

Gets the metric display description.

DisplayName

Gets the metric display name.

EnableRegionalMdmAccount

Gets indicates whether regional MDM account is enabled.

LockAggregationType

Gets the metric lock aggregation type. Possible values include: 'Average', 'Count', 'Total'

Name

Gets the metric name.

SourceMdmAccount

Gets the source MDM account.

SourceMdmNamespace

Gets the source MDM namespace.

SupportedAggregationTypes

Gets or sets supported aggregation types.

SupportedTimeGrainTypes

Gets the supported time grain types.

Unit

Gets the metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'

Applies to