共用方式為


HistoricalUsageMetric.Data Property

 

Optional. Historical metric snapshot data for the web site.

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

Syntax

public HistoricalUsageMetricData Data { get; set; }
public:
property HistoricalUsageMetricData^ Data {
    HistoricalUsageMetricData^ get();
    void set(HistoricalUsageMetricData^ value);
}
member Data : HistoricalUsageMetricData with get, set
Public Property Data As HistoricalUsageMetricData

Property Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.HistoricalUsageMetricData

See Also

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

Return to top