IContainerGroupPropertiesInstanceView.Event Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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