IImageTemplatePowerShellValidator.ValidExitCode 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.
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