OperationMetricSpecification Class

Details about an operation related to metrics.

Constructor

OperationMetricSpecification(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The name of the metric.

display_name
str

Localized display name of the metric.

display_description
str

The description of the metric.

unit
str

The unit that the metric is measured in.

aggregation_type
str

The type of metric aggregation.

enable_regional_mdm_account
str

Whether or not the service is using regional MDM accounts.

source_mdm_account
str

The name of the MDM account.

source_mdm_namespace
str

The name of the MDM namespace.

availabilities

Defines how often data for metrics becomes available.

dimensions

Defines the metric dimension.

Attributes

aggregation_type

The type of metric aggregation.

aggregation_type: str | None

availabilities

Defines how often data for metrics becomes available.

availabilities: list['_models.OperationMetricAvailability'] | None

dimensions

Defines the metric dimension.

dimensions: list['_models.OperationMetricDimension'] | None

display_description

The description of the metric.

display_description: str | None

display_name

Localized display name of the metric.

display_name: str | None

enable_regional_mdm_account

Whether or not the service is using regional MDM accounts.

enable_regional_mdm_account: str | None

name

The name of the metric.

name: str | None

source_mdm_account

The name of the MDM account.

source_mdm_account: str | None

source_mdm_namespace

The name of the MDM namespace.

source_mdm_namespace: str | None

unit

The unit that the metric is measured in.

unit: str | None