Share via


RuleMetricDataSource.MetricNamespace Property

 

Optional. Only should be present for availability level metrics, where the value must be WindowsAzure.Availability.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.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.Azure.Management.Insights.Models Namespace

Return to top