IContainer.InstanceViewRestartCount Property

Definition

The number of times that the container instance has been restarted.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The number of times that the container instance has been restarted.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="restartCount")]
public int? InstanceViewRestartCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The number of times that the container instance has been restarted.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="restartCount")>]
member this.InstanceViewRestartCount : Nullable<int>
Public ReadOnly Property InstanceViewRestartCount As Nullable(Of Integer)

Property Value

Attributes

Applies to