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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python