IInitContainerPropertiesDefinition.InstanceViewEvent Property

Definition

The events of the init container.

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

Property Value

Attributes

Applies to