HistoricalUsageMetricData.Unit Property
Optional. The unit of measurement for the metric (for example, milliseconds, bytes, or count).
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.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
HistoricalUsageMetricData Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top