다음을 통해 공유


TrackingEventsDefinition.Events Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="events")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.TrackingEvent> Events { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="events")>]
member this.Events : System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.TrackingEvent> with get, set
Public Property Events As IList(Of TrackingEvent)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to