Share via


MetricDefinition.Unit Property

 

Optional. The unit of the metric.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public Unit Unit { get; set; }
public:
property Unit Unit {
    Unit get();
    void set(Unit value);
}
member Unit : Unit with get, set
Public Property Unit As Unit

Property Value

Type: Microsoft.Azure.Insights.Models.Unit

See Also

MetricDefinition Class
Microsoft.Azure.Insights.Models Namespace

Return to top