EtwProvider Class

 

Configures collection of events generated from .NET System.Diagnostics.Tracing.EventSource.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.Insights.Models.EtwProvider

Syntax

public class EtwProvider
public ref class EtwProvider 
type EtwProvider = class end
Public Class EtwProvider

Constructors

Name Description
System_CAPS_pubmethod EtwProvider()

Initializes a new instance of the EtwProvider class.

Properties

Name Description
System_CAPS_pubproperty DefaultDestination

Optional. The name of the table to store the events in.

System_CAPS_pubproperty Events

Optional. The list of events to collect.

System_CAPS_pubproperty Provider

Optional. The class name of the EventSource event, or, the GUID of the event provider.

System_CAPS_pubproperty ScheduledTransferKeywordFilter

Optional. This field is a bitmask of the keywords that you would like logged. For details on EventSource keywords see: https://msdn.microsoft.com/library/system.diagnostics.tracing.eventsource(v=vs.110).aspx. For details on ETW event keywords see: https://msdn.microsoft.com/library/windows/desktop/dd996930(v=vs.85).aspx.

System_CAPS_pubproperty ScheduledTransferLogLevelFilter

Optional. The minimum severity level to transfer to your storage account.

System_CAPS_pubproperty ScheduledTransferPeriod

Optional. The interval between scheduled transfers to storage rounded up to the nearest minute. Note that the value is an XML "Duration Data Type".

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.Insights.Models Namespace

Return to top