TrackingEvent Class

The tracking event.

All required parameters must be populated in order to send to Azure.

Inheritance
TrackingEvent

Constructor

TrackingEvent(*, event_level: Union[str, azure.mgmt.logic.models._logic_management_client_enums.EventLevel], event_time: datetime.datetime, record_type: Union[str, azure.mgmt.logic.models._logic_management_client_enums.TrackingRecordType], record: Optional[Any] = None, error: Optional[azure.mgmt.logic.models._models_py3.TrackingEventErrorInfo] = None, **kwargs)

Variables

event_level
str or EventLevel

Required. The event level. Possible values include: "LogAlways", "Critical", "Error", "Warning", "Informational", "Verbose".

event_time
datetime

Required. The event time.

record_type
str or TrackingRecordType

Required. The record type. Possible values include: "NotSpecified", "Custom", "AS2Message", "AS2MDN", "X12Interchange", "X12FunctionalGroup", "X12TransactionSet", "X12InterchangeAcknowledgment", "X12FunctionalGroupAcknowledgment", "X12TransactionSetAcknowledgment", "EdifactInterchange", "EdifactFunctionalGroup", "EdifactTransactionSet", "EdifactInterchangeAcknowledgment", "EdifactFunctionalGroupAcknowledgment", "EdifactTransactionSetAcknowledgment".

record
any

The record.

error
TrackingEventErrorInfo

The error.