TrackingEventsDefinition Class
The tracking events definition.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelTrackingEventsDefinition
Constructor
TrackingEventsDefinition(*, source_type: str, events: List[TrackingEvent], track_events_options: str | TrackEventsOperationOptions | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
source_type
|
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
|
Required. The source type. |
track_events_options
|
The track events options. Possible values include: "None", "DisableSourceInfoEnrich". |
events
|
Required. The events. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python