Freigeben über


HistoricalUsageMetricData.PrimaryAggregationType Property

 

Optional. The primary data aggregation type. This value is usually Total.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top