FirewallPolicySQL Class
SQL Settings in Firewall Policy.
- Inheritance
-
azure.mgmt.network._serialization.ModelFirewallPolicySQL
Constructor
FirewallPolicySQL(*, allow_sql_redirect: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
allow_sql_redirect
|
A flag to indicate if SQL Redirect traffic filtering is enabled. Turning on the flag requires no rule using port 11000-11999. |
Variables
Name | Description |
---|---|
allow_sql_redirect
|
A flag to indicate if SQL Redirect traffic filtering is enabled. Turning on the flag requires no rule using port 11000-11999. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python