UsageMetric.Unit Property
Optional. The unit for the usage metric.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string Unit { get; set; }
public:
property String^ Unit {
String^ get();
void set(String^ value);
}
member Unit : string with get, set
Public Property Unit As String
Property Value
Type: System.String
See Also
UsageMetric Class
Microsoft.Azure.Insights.Models Namespace
Return to top