Partager via


IPolicySettings.CustomBlockResponseStatusCode Property

Definition

If the action type is block, customer can override the response status code.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="If the action type is block, customer can override the response status code.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="customBlockResponseStatusCode", Update=true)]
public int? CustomBlockResponseStatusCode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="If the action type is block, customer can override the response status code.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="customBlockResponseStatusCode", Update=true)>]
member this.CustomBlockResponseStatusCode : Nullable<int> with get, set
Public Property CustomBlockResponseStatusCode As Nullable(Of Integer)

Property Value

Attributes

Applies to