Compartilhar via


RuleManagementEventDataSource.EventSource Propriedade

 

Opcional. A origem do evento.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (em Microsoft.Azure.Insights.dll)

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe RuleManagementEventDataSource
Namespace Microsoft.Azure.Management.Insights.Models

Retornar ao topo