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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python