WebSiteGetHistoricalUsageMetricsParameters::IncludeInstanceBreakdown Property

 

Optional. Flag which specifies if the metrics for each machine instance should be included. For sites that run on more than one machine this could be useful to identify a bad machine.

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

public:
property bool IncludeInstanceBreakdown {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean
Return to top
Show: