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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET