IContainerGroupPropertiesInstanceView.Event Property

Definition

The events of this container group.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=false, Description="The events of this container group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IEvent) }, Read=true, ReadOnly=true, Required=false, SerializedName="events", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IEvent> Event { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=false, Description="The events of this container group.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IEvent) }, Read=true, ReadOnly=true, Required=false, SerializedName="events", Update=false)>]
member this.Event : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.IEvent>
Public ReadOnly Property Event As List(Of IEvent)

Property Value

Attributes

Applies to