Proprietà RuleMetricDataSource.MetricName
Facoltativa. Nome della metrica che definisce ciò che viene monitorato dalla regola.
Spazio dei nomi: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Sintassi
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
Valore proprietà
Type: System.String
Vedere anche
Classe RuleMetricDataSource
Spazio dei nomi Microsoft.Azure.Management.Insights.Models
Torna all'inizio