RuleManagementEventDataSource.EventName Propriedade
Opcional. O nome do evento.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (em Microsoft.Azure.Insights.dll)
Sintaxe
public string EventName { get; set; }
public:
property String^ EventName {
String^ get();
void set(String^ value);
}
member EventName : string with get, set
Public Property EventName As String
Valor de propriedade
Type: System.String
Consulte também
Classe RuleManagementEventDataSource
Namespace Microsoft.Azure.Management.Insights.Models
Retornar ao topo