IWithFirewallRule Interface

Definition

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)

Creates new firewall rule in the SQL Server.

WithNewFirewallRule(String, String)

Creates new firewall rule in the SQL Server.

WithNewFirewallRule(String, String, 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