Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicySql
-
Packages that use FirewallPolicySql Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of FirewallPolicySql in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FirewallPolicySql Modifier and Type Method Description FirewallPolicySqlFirewallPolicyInner. sql()Get the sql property: SQL Settings definition.FirewallPolicySqlFirewallPolicyPropertiesFormat. sql()Get the sql property: SQL Settings definition.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type FirewallPolicySql Modifier and Type Method Description FirewallPolicyInnerFirewallPolicyInner. withSql(FirewallPolicySql sql)Set the sql property: SQL Settings definition.FirewallPolicyPropertiesFormatFirewallPolicyPropertiesFormat. withSql(FirewallPolicySql sql)Set the sql property: SQL Settings definition. -
Uses of FirewallPolicySql in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FirewallPolicySql Modifier and Type Method Description FirewallPolicySqlFirewallPolicySql. withAllowSqlRedirect(Boolean allowSqlRedirect)Set the allowSqlRedirect property: A flag to indicate if SQL Redirect traffic filtering is enabled.
-