OperationMetricsSpecification interface
Specifications of one type of metric for this operation.
Properties
| aggregation |
The type of aggregation for the metric specification. NOTE: This property will not be serialized. It can only be populated by the server. |
| availabilities | Availabilities for the metric specification. NOTE: This property will not be serialized. It can only be populated by the server. |
| dimensions | Dimensions for the metric specification. NOTE: This property will not be serialized. It can only be populated by the server. |
| display |
The display description of the metric specification. NOTE: This property will not be serialized. It can only be populated by the server. |
| display |
The display name of the metric specification. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the metric specification. NOTE: This property will not be serialized. It can only be populated by the server. |
| unit | The unit for the metric specification. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
aggregationType
The type of aggregation for the metric specification. NOTE: This property will not be serialized. It can only be populated by the server.
aggregationType?: string
Property Value
string
availabilities
Availabilities for the metric specification. NOTE: This property will not be serialized. It can only be populated by the server.
availabilities?: OperationAvailability[]
Property Value
dimensions
Dimensions for the metric specification. NOTE: This property will not be serialized. It can only be populated by the server.
dimensions?: OperationMetricDimension[]
Property Value
displayDescription
The display description of the metric specification. NOTE: This property will not be serialized. It can only be populated by the server.
displayDescription?: string
Property Value
string
displayName
The display name of the metric specification. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
name
The name of the metric specification. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
unit
The unit for the metric specification. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string