IWithFirewallRule Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the SQL Server definition allowing to specify the SQL Firewall rules.
public interface IWithFirewallRule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithFirewallRuleBeta
type IWithFirewallRule = interface
interface IWithFirewallRuleBeta
interface IBeta
Public Interface IWithFirewallRule
Implements IBeta, IWithFirewallRuleBeta
- Derived
- Implements
Methods
DefineFirewallRule(String) |
Begins the definition of a new SQL Firewall rule to be added to this server. (Inherited from IWithFirewallRuleBeta) |
WithNewFirewallRule(String, String, String) |
Creates new firewall rule in the SQL Server. |
WithNewFirewallRule(String, String) |
Creates new firewall rule in the SQL Server. |
WithNewFirewallRule(String) |
Creates new firewall rule in the SQL Server. |
WithoutAccessFromAzureServices() |
Sets the Azure services default access to this server to false. The default is to allow Azure services default access to this server via a special firewall rule named "AllowAllWindowsAzureIps" with the start IP "0.0.0.0". (Inherited from IWithFirewallRuleBeta) |
Applies to
Azure SDK for .NET