Share via


ISqlManagementClient.FirewallRules Property

 

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.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

IFirewallRuleOperations FirewallRules { get; }
property IFirewallRuleOperations^ FirewallRules {
    IFirewallRuleOperations^ get();
}
abstract FirewallRules : IFirewallRuleOperations with get
ReadOnly Property FirewallRules As IFirewallRuleOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations

See Also

ISqlManagementClient Interface
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top