RuleMetricDataSource.MetricNamespace Property
Optional. Metric namespace. When creating a rule on endpoint monitoring metrics, WindowsAzure.Availability namespace is required.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public string MetricNamespace { get; set; }
public:
property String^ MetricNamespace {
String^ get();
void set(String^ value);
}
member MetricNamespace : string with get, set
Public Property MetricNamespace As String
Property Value
Type: System.String
See Also
RuleMetricDataSource Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace
Return to top