TrackingEventsDefinition Class

The tracking events definition.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
TrackingEventsDefinition

Constructor

TrackingEventsDefinition(*, source_type: str, events: List[TrackingEvent], track_events_options: str | TrackEventsOperationOptions | None = None, **kwargs)

Keyword-Only Parameters

Name Description
source_type
str

Required. The source type.

track_events_options

The track events options. Possible values include: "None", "DisableSourceInfoEnrich".

events

Required. The events.

Variables

Name Description
source_type
str

Required. The source type.

track_events_options

The track events options. Possible values include: "None", "DisableSourceInfoEnrich".

events

Required. The events.