OperationResourceMetricSpecification Class

Operation Display Resource object.

Inheritance
OperationResourceMetricSpecification

Constructor

OperationResourceMetricSpecification(*, name: Optional[str] = None, display_name: Optional[str] = None, display_description: Optional[str] = None, unit: Optional[str] = None, aggregation_type: Optional[str] = None, fill_gap_with_zero: Optional[bool] = None, dimensions: Optional[List[azure.mgmt.storagesync.models._models_py3.OperationResourceMetricSpecificationDimension]] = None, **kwargs)

Parameters

name
str
Required

Name of the metric.

display_name
str
Required

Display name for the metric.

display_description
str
Required

Display description for the metric.

unit
str
Required

Unit for the metric.

aggregation_type
str
Required

Aggregation type for the metric.

fill_gap_with_zero
bool
Required

Fill gaps in the metric with zero.

dimensions
list[OperationResourceMetricSpecificationDimension]
Required

Dimensions for the metric specification.