EtwProviders.EventSourceProviders Property

 

Optional. Configures collection of ETW events from EventSource providers.

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

Syntax

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

Property Value

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

See Also

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

Return to top