Package version:

Interface OperationMetricSpecification

Details about an operation related to metrics.

interface OperationMetricSpecification {
    aggregationType?: string;
    availabilities?: OperationMetricAvailability[];
    dimensions?: OperationMetricDimension[];
    displayDescription?: string;
    displayName?: string;
    enableRegionalMdmAccount?: string;
    name?: string;
    sourceMdmAccount?: string;
    sourceMdmNamespace?: string;
    unit?: string;
}

Properties

aggregationType?: string

The type of metric aggregation.

availabilities?: OperationMetricAvailability[]

Defines how often data for metrics becomes available.

Defines the metric dimension.

displayDescription?: string

The description of the metric.

displayName?: string

Localized display name of the metric.

enableRegionalMdmAccount?: string

Whether or not the service is using regional MDM accounts.

name?: string

The name of the metric.

sourceMdmAccount?: string

The name of the MDM account.

sourceMdmNamespace?: string

The name of the MDM namespace.

unit?: string

The unit that the metric is measured in.