Share via


ContainerPropertiesInstanceView.Events Property

Definition

Gets the events of the container instance.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to