WebHostingPlanGetHistoricalUsageMetricsParameters.TimeGrain Property

 

Optional. The grain at which the metrics are returned. Supported values are PT1M (minute), PT1H (hour), P1D (day).

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public string TimeGrain { get; set; }
public:
property String^ TimeGrain {
    String^ get();
    void set(String^ value);
}
member TimeGrain : string with get, set
Public Property TimeGrain As String

Property Value

Type: System.String

See Also

WebHostingPlanGetHistoricalUsageMetricsParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top