OperationMetricDimension Class

Defines the metric dimension.

Inheritance
azure.mgmt.datafactory._serialization.Model
OperationMetricDimension

Constructor

OperationMetricDimension(*, name: str | None = None, display_name: str | None = None, to_be_exported_for_shoebox: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the dimension for the metric.

display_name
str

The display name of the metric dimension.

to_be_exported_for_shoebox

Whether the dimension should be exported to Azure Monitor.

Variables

Name Description
name
str

The name of the dimension for the metric.

display_name
str

The display name of the metric dimension.

to_be_exported_for_shoebox

Whether the dimension should be exported to Azure Monitor.