MetricName interface
A metric name.
Properties
localized |
The friendly name of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
value | The name of the metric. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
localizedValue
The friendly name of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
localizedValue?: string
Property Value
string
value
The name of the metric. NOTE: This property will not be serialized. It can only be populated by the server.
value?: string
Property Value
string