IStatusCodesBasedTrigger.Win32Status Property

Definition

Win32 error code.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Win32 error code.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="win32Status", Update=true)]
public int? Win32Status { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Win32 error code.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="win32Status", Update=true)>]
member this.Win32Status : Nullable<int> with get, set
Public Property Win32Status As Nullable(Of Integer)

Property Value

Attributes

Applies to