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)

Syntax

public bool IncludeInstanceBreakdown { get; set; }
public:
property bool IncludeInstanceBreakdown {
    bool get();
    void set(bool value);
}
member IncludeInstanceBreakdown : bool with get, set
Public Property IncludeInstanceBreakdown As Boolean

Property Value

Type: System.Boolean

See Also

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

Return to top