DiagnosticMonitorConfiguration.EtwProviders Property
Optional. Configures collection of ETW events from EventSource and/or ETW Manifest based providers.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public EtwProviders EtwProviders { get; set; }
public:
property EtwProviders^ EtwProviders {
EtwProviders^ get();
void set(EtwProviders^ value);
}
member EtwProviders : EtwProviders with get, set
Public Property EtwProviders As EtwProviders
Property Value
Type: Microsoft.Azure.Management.Insights.Models.EtwProviders
See Also
DiagnosticMonitorConfiguration Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top