IError.Status Property

Definition

The HTTP status code that the error maps to.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Info(Create=true, Description="The HTTP status code that the error maps to.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="status", Update=true)]
public int? Status { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Info(Create=true, Description="The HTTP status code that the error maps to.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="status", Update=true)>]
member this.Status : Nullable<int> with get, set
Public Property Status As Nullable(Of Integer)

Property Value

Attributes

Applies to