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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python