共用方式為


FirewallPolicySQL.AllowSqlRedirect Property

Definition

Gets or sets a flag to indicate if SQL Redirect traffic filtering is enabled. Turning on the flag requires no rule using port 11000-11999.

[Newtonsoft.Json.JsonProperty(PropertyName="allowSqlRedirect")]
public bool? AllowSqlRedirect { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowSqlRedirect")>]
member this.AllowSqlRedirect : Nullable<bool> with get, set
Public Property AllowSqlRedirect As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to