TrackingEventsDefinition 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
TrackingEventsDefinition() |
Initializes a new instance of the TrackingEventsDefinition class. |
TrackingEventsDefinition(String, IList<TrackingEvent>, String) |
Initializes a new instance of the TrackingEventsDefinition class. |
TrackingEventsDefinition()
Initializes a new instance of the TrackingEventsDefinition class.
public TrackingEventsDefinition ();
Public Sub New ()
Applies to
TrackingEventsDefinition(String, IList<TrackingEvent>, String)
Initializes a new instance of the TrackingEventsDefinition class.
public TrackingEventsDefinition (string sourceType, System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.TrackingEvent> events, string trackEventsOptions = default);
new Microsoft.Azure.Management.Logic.Models.TrackingEventsDefinition : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.TrackingEvent> * string -> Microsoft.Azure.Management.Logic.Models.TrackingEventsDefinition
Public Sub New (sourceType As String, events As IList(Of TrackingEvent), Optional trackEventsOptions As String = Nothing)
Parameters
- sourceType
- String
- events
- IList<TrackingEvent>
- trackEventsOptions
- String
Possible values include: 'None', 'DisableSourceInfoEnrich'
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET