Поделиться через


EtwProvider.Events Property

 

Optional. The list of events to collect.

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

Syntax

public IList<EtwEventConfiguration> Events { get; set; }
public:
property IList<EtwEventConfiguration^>^ Events {
    IList<EtwEventConfiguration^>^ get();
    void set(IList<EtwEventConfiguration^>^ value);
}
member Events : IList<EtwEventConfiguration> with get, set
Public Property Events As IList(Of EtwEventConfiguration)

Property Value

Type: System.Collections.Generic.IList<EtwEventConfiguration>

See Also

EtwProvider Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top