Condividi tramite


IImageTemplatePowerShellValidator.ValidExitCode Property

Definition

Valid exit codes for the PowerShell script. [Default: 0]

[Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.Info(Create=true, Description="Valid exit codes for the PowerShell script. [Default: 0]", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="validExitCodes", Update=true)]
public System.Collections.Generic.List<int> ValidExitCode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.Info(Create=true, Description="Valid exit codes for the PowerShell script. [Default: 0]", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="validExitCodes", Update=true)>]
member this.ValidExitCode : System.Collections.Generic.List<int> with get, set
Public Property ValidExitCode As List(Of Integer)

Property Value

Attributes

Applies to