IVirtualMachineRunCommandUpdate.InstanceViewExitCode 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.
Exit code returned from script execution.
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="Exit code returned from script execution.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="exitCode")]
public int? InstanceViewExitCode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="Exit code returned from script execution.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="exitCode")>]
member this.InstanceViewExitCode : Nullable<int> with get, set
Public Property InstanceViewExitCode As Nullable(Of Integer)
Property Value
- Attributes