RuleMetricDataSource.MetricName Property
Optional. The name of the metric that defines what the rule monitors.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.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.Azure.Management.Insights.Models Namespace
Return to top