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)

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

Property Value

Type: System::Boolean
Return to top
Show: