RuleMetricDataSource.MetricName Property
Optional. Metric name.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public string MetricName { get; set; }
public:
property String^ MetricName {
String^ get();
void set(String^ value);
}
member MetricName : string with get, set
Public Property MetricName As String
Property Value
Type: System.String
See Also
RuleMetricDataSource Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace
Return to top