IContainer.CurrentStateExitCode Property

Definition

The container instance exit codes correspond to those from the docker run command.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The container instance exit codes correspond to those from the `docker run` command.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="exitCode")]
public int? CurrentStateExitCode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The container instance exit codes correspond to those from the `docker run` command.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="exitCode")>]
member this.CurrentStateExitCode : Nullable<int>
Public ReadOnly Property CurrentStateExitCode As Nullable(Of Integer)

Property Value

Attributes

Applies to