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 conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python