MetricValueSet.Unit Property
Optional. Metric unit.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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
MetricValueSet Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace
Return to top