MetricSetting.Namespace Property

 

Optional. The metric settings namespace. For endpoint monitoring metrics the namespace value is WindowsAzure.Availability

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

Syntax

public string Namespace { get; set; }
public:
property String^ Namespace {
    String^ get();
    void set(String^ value);
}
member Namespace : string with get, set
Public Property Namespace As String

Property Value

Type: System.String

See Also

MetricSetting Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top