HistoricalUsageMetricSample.Count Property
Optional. The metric sample count. This value is usually 1.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public int Count { get; set; }
public:
property int Count {
int get();
void set(int value);
}
member Count : int with get, set
Public Property Count As Integer
Property Value
Type: System.Int32
See Also
HistoricalUsageMetricSample Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top