MetricSpecification Class

Description of metrics specification.

Inheritance
azure.mgmt.network._serialization.Model
MetricSpecification

Constructor

MetricSpecification(*, name: str | None = None, display_name: str | None = None, display_description: str | None = None, unit: str | None = None, aggregation_type: str | None = None, availabilities: List[_models.Availability] | None = None, enable_regional_mdm_account: bool | None = None, fill_gap_with_zero: bool | None = None, metric_filter_pattern: str | None = None, dimensions: List[_models.Dimension] | None = None, is_internal: bool | None = None, source_mdm_account: str | None = None, source_mdm_namespace: str | None = None, resource_id_dimension_name_override: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the metric.

display_name
str

The display name of the metric.

display_description
str

The description of the metric.

unit
str

Units the metric to be displayed in.

aggregation_type
str

The aggregation type.

availabilities

List of availability.

enable_regional_mdm_account

Whether regional MDM account enabled.

fill_gap_with_zero

Whether gaps would be filled with zeros.

metric_filter_pattern
str

Pattern for the filter of the metric.

dimensions

List of dimensions.

is_internal

Whether the metric is internal.

source_mdm_account
str

The source MDM account.

source_mdm_namespace
str

The source MDM namespace.

resource_id_dimension_name_override
str

The resource Id dimension name override.

Variables

Name Description
name
str

The name of the metric.

display_name
str

The display name of the metric.

display_description
str

The description of the metric.

unit
str

Units the metric to be displayed in.

aggregation_type
str

The aggregation type.

availabilities

List of availability.

enable_regional_mdm_account

Whether regional MDM account enabled.

fill_gap_with_zero

Whether gaps would be filled with zeros.

metric_filter_pattern
str

Pattern for the filter of the metric.

dimensions

List of dimensions.

is_internal

Whether the metric is internal.

source_mdm_account
str

The source MDM account.

source_mdm_namespace
str

The source MDM namespace.

resource_id_dimension_name_override
str

The resource Id dimension name override.