IWithFirewallRuleBeta 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 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
Azure SDK for .NET