OperationMetricSpecification Class
Details about an operation related to metrics.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelOperationMetricSpecification
Constructor
OperationMetricSpecification(*, name: str | None = None, display_name: str | None = None, display_description: str | None = None, unit: str | None = None, aggregation_type: str | None = None, enable_regional_mdm_account: str | None = None, source_mdm_account: str | None = None, source_mdm_namespace: str | None = None, availabilities: List[_models.OperationMetricAvailability] | None = None, dimensions: List[_models.OperationMetricDimension] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the metric. |
display_name
|
Localized display name of the metric. |
display_description
|
The description of the metric. |
unit
|
The unit that the metric is measured in. |
aggregation_type
|
The type of metric aggregation. |
enable_regional_mdm_account
|
Whether or not the service is using regional MDM accounts. |
source_mdm_account
|
The name of the MDM account. |
source_mdm_namespace
|
The name of the MDM namespace. |
availabilities
|
Defines how often data for metrics becomes available. |
dimensions
|
Defines the metric dimension. |
Variables
Name | Description |
---|---|
name
|
The name of the metric. |
display_name
|
Localized display name of the metric. |
display_description
|
The description of the metric. |
unit
|
The unit that the metric is measured in. |
aggregation_type
|
The type of metric aggregation. |
enable_regional_mdm_account
|
Whether or not the service is using regional MDM accounts. |
source_mdm_account
|
The name of the MDM account. |
source_mdm_namespace
|
The name of the MDM namespace. |
availabilities
|
Defines how often data for metrics becomes available. |
dimensions
|
Defines the metric dimension. |
Azure SDK for Python