MetricSpecification Class
Description of metrics specification.
- Inheritance
-
azure.mgmt.network._serialization.ModelMetricSpecification
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
|
The name of the metric. |
display_name
|
The display name of the metric. |
display_description
|
The description of the metric. |
unit
|
Units the metric to be displayed in. |
aggregation_type
|
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
|
Pattern for the filter of the metric. |
dimensions
|
List of dimensions. |
is_internal
|
Whether the metric is internal. |
source_mdm_account
|
The source MDM account. |
source_mdm_namespace
|
The source MDM namespace. |
resource_id_dimension_name_override
|
The resource Id dimension name override. |
Variables
Name | Description |
---|---|
name
|
The name of the metric. |
display_name
|
The display name of the metric. |
display_description
|
The description of the metric. |
unit
|
Units the metric to be displayed in. |
aggregation_type
|
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
|
Pattern for the filter of the metric. |
dimensions
|
List of dimensions. |
is_internal
|
Whether the metric is internal. |
source_mdm_account
|
The source MDM account. |
source_mdm_namespace
|
The source MDM namespace. |
resource_id_dimension_name_override
|
The resource Id dimension name override. |
Azure SDK for Python