ISqlManagementClient.FirewallRules Property
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 Azure SQL Database Management API includes operations for managing the server-level Firewall Rules for Azure SQL Database Servers. You cannot manage the database-level firewall rules using the Azure SQL Database Management API; they can only be managed by running the Transact-SQL statements against the master or individual user databases.
public Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations FirewallRules { get; }
member this.FirewallRules : Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations
Public ReadOnly Property FirewallRules As IFirewallRuleOperations
Property Value
Applies to
Azure SDK for .NET