Share via


Container.CurrentStateExitCode Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)]
public int? CurrentStateExitCode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)>]
member this.CurrentStateExitCode : Nullable<int>
Public ReadOnly Property CurrentStateExitCode As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to