TrackingEvent Class
The tracking event.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelTrackingEvent
Constructor
TrackingEvent(*, event_level: str | EventLevel, event_time: datetime, record_type: str | TrackingRecordType, record: Any | None = None, error: TrackingEventErrorInfo | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
event_level
|
str or
EventLevel
Required. The event level. Possible values include: "LogAlways", "Critical", "Error", "Warning", "Informational", "Verbose". |
event_time
|
Required. The event time. |
record_type
|
Required. The record type. Possible values include: "NotSpecified", "Custom", "AS2Message", "AS2MDN", "X12Interchange", "X12FunctionalGroup", "X12TransactionSet", "X12InterchangeAcknowledgment", "X12FunctionalGroupAcknowledgment", "X12TransactionSetAcknowledgment", "EdifactInterchange", "EdifactFunctionalGroup", "EdifactTransactionSet", "EdifactInterchangeAcknowledgment", "EdifactFunctionalGroupAcknowledgment", "EdifactTransactionSetAcknowledgment". |
record
|
The record. |
error
|
The error. |
Variables
Name | Description |
---|---|
event_level
|
str or
EventLevel
Required. The event level. Possible values include: "LogAlways", "Critical", "Error", "Warning", "Informational", "Verbose". |
event_time
|
Required. The event time. |
record_type
|
Required. The record type. Possible values include: "NotSpecified", "Custom", "AS2Message", "AS2MDN", "X12Interchange", "X12FunctionalGroup", "X12TransactionSet", "X12InterchangeAcknowledgment", "X12FunctionalGroupAcknowledgment", "X12TransactionSetAcknowledgment", "EdifactInterchange", "EdifactFunctionalGroup", "EdifactTransactionSet", "EdifactInterchangeAcknowledgment", "EdifactFunctionalGroupAcknowledgment", "EdifactTransactionSetAcknowledgment". |
record
|
The record. |
error
|
The error. |
Azure SDK for Python