Sdílet prostřednictvím


OperationMetricSpecification interface

Details about an operation related to metrics.

Properties

aggregationType

The type of metric aggregation.

availabilities

Defines how often data for metrics becomes available.

dimensions

Defines the metric dimension.

displayDescription

The description of the metric.

displayName

Localized display name of the metric.

enableRegionalMdmAccount

Whether or not the service is using regional MDM accounts.

name

The name of the metric.

sourceMdmAccount

The name of the MDM account.

sourceMdmNamespace

The name of the MDM namespace.

unit

The unit that the metric is measured in.

Property Details

aggregationType

The type of metric aggregation.

aggregationType?: string

Property Value

string

availabilities

Defines how often data for metrics becomes available.

availabilities?: OperationMetricAvailability[]

Property Value

dimensions

Defines the metric dimension.

dimensions?: OperationMetricDimension[]

Property Value

displayDescription

The description of the metric.

displayDescription?: string

Property Value

string

displayName

Localized display name of the metric.

displayName?: string

Property Value

string

enableRegionalMdmAccount

Whether or not the service is using regional MDM accounts.

enableRegionalMdmAccount?: string

Property Value

string

name

The name of the metric.

name?: string

Property Value

string

sourceMdmAccount

The name of the MDM account.

sourceMdmAccount?: string

Property Value

string

sourceMdmNamespace

The name of the MDM namespace.

sourceMdmNamespace?: string

Property Value

string

unit

The unit that the metric is measured in.

unit?: string

Property Value

string