IWithFirewallRuleBeta Interface

Definition

The stage of the SQL Server definition allowing to specify the SQL Firewall rules.

public interface IWithFirewallRuleBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithFirewallRuleBeta = interface
    interface IBeta
Public Interface IWithFirewallRuleBeta
Implements IBeta
Derived
Implements

Methods

DefineFirewallRule(String)

Begins the definition of a new SQL Firewall rule to be added to this 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".

Applies to