TrackingEvent Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TrackingEvent() |
Initializes a new instance of the TrackingEvent class. |
TrackingEvent(EventLevel, DateTime, String, TrackingEventErrorInfo) |
Initializes a new instance of the TrackingEvent class. |
TrackingEvent()
Initializes a new instance of the TrackingEvent class.
public TrackingEvent ();
Public Sub New ()
Applies to
TrackingEvent(EventLevel, DateTime, String, TrackingEventErrorInfo)
Initializes a new instance of the TrackingEvent class.
public TrackingEvent (Microsoft.Azure.Management.Logic.Models.EventLevel eventLevel, DateTime eventTime, string recordType, Microsoft.Azure.Management.Logic.Models.TrackingEventErrorInfo error = default);
new Microsoft.Azure.Management.Logic.Models.TrackingEvent : Microsoft.Azure.Management.Logic.Models.EventLevel * DateTime * string * Microsoft.Azure.Management.Logic.Models.TrackingEventErrorInfo -> Microsoft.Azure.Management.Logic.Models.TrackingEvent
Public Sub New (eventLevel As EventLevel, eventTime As DateTime, recordType As String, Optional error As TrackingEventErrorInfo = Nothing)
Parameters
- eventLevel
- EventLevel
Possible values include: 'LogAlways', 'Critical', 'Error', 'Warning', 'Informational', 'Verbose'
- eventTime
- DateTime
- recordType
- String
Possible values include: 'NotSpecified', 'Custom', 'AS2Message', 'AS2MDN', 'X12Interchange', 'X12FunctionalGroup', 'X12TransactionSet', 'X12InterchangeAcknowledgment', 'X12FunctionalGroupAcknowledgment', 'X12TransactionSetAcknowledgment', 'EdifactInterchange', 'EdifactFunctionalGroup', 'EdifactTransactionSet', 'EdifactInterchangeAcknowledgment', 'EdifactFunctionalGroupAcknowledgment', 'EdifactTransactionSetAcknowledgment'
- error
- TrackingEventErrorInfo
Applies to
Azure SDK for .NET