Share via


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)

Usage

'Usage
Dim instance As WebSiteGetHistoricalUsageMetricsParameters
Dim value As Boolean

value = instance.IncludeInstanceBreakdown

instance.IncludeInstanceBreakdown = value

Syntax

'Declaration
Public Property IncludeInstanceBreakdown As Boolean
public bool IncludeInstanceBreakdown { get; set; }
public:
property bool IncludeInstanceBreakdown {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IncludeInstanceBreakdown ()

/** @property */
public void set_IncludeInstanceBreakdown (boolean value)
public function get IncludeInstanceBreakdown () : boolean

public function set IncludeInstanceBreakdown (value : boolean)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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