TrackingEventsDefinition Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TrackingEventsDefinition() |
Initialise une nouvelle instance de la classe TrackingEventsDefinition. |
TrackingEventsDefinition(String, IList<TrackingEvent>, String) |
Initialise une nouvelle instance de la classe TrackingEventsDefinition. |
TrackingEventsDefinition()
Initialise une nouvelle instance de la classe TrackingEventsDefinition.
public TrackingEventsDefinition ();
Public Sub New ()
S’applique à
TrackingEventsDefinition(String, IList<TrackingEvent>, String)
Initialise une nouvelle instance de la classe TrackingEventsDefinition.
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)
Paramètres
- sourceType
- String
- events
- IList<TrackingEvent>
- trackEventsOptions
- String
Les valeurs possibles sont les suivantes : « None », « DisableSourceInfoEnrich »
S’applique à
Azure SDK for .NET