Share via


MetricDefinition.IsAlertable Property

Optional. Specifies if the metric is alertable. Alerts can be defined on a metric only if this property is true.

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

Usage

'Usage
Dim instance As MetricDefinition
Dim value As Boolean

value = instance.IsAlertable

instance.IsAlertable = value

Syntax

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

/** @property */
public void set_IsAlertable (boolean value)
public function get IsAlertable () : boolean

public function set IsAlertable (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

MetricDefinition Class
MetricDefinition Members
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace