Condividi tramite


ImageTemplatePowerShellCustomizer.ValidExitCode Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Origin(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.PropertyOrigin.Owned)]
public System.Collections.Generic.List<int> ValidExitCode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Origin(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.PropertyOrigin.Owned)>]
member this.ValidExitCode : System.Collections.Generic.List<int> with get, set
Public Property ValidExitCode As List(Of Integer)

Property Value

Implements

Attributes

Applies to