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)

Usage

'Usage
Dim instance As ISqlManagementClient
Dim value As IFirewallRuleOperations

value = instance.FirewallRules

Syntax

'Declaration
ReadOnly Property FirewallRules As IFirewallRuleOperations
IFirewallRuleOperations FirewallRules { get; }
property IFirewallRuleOperations^ FirewallRules {
    IFirewallRuleOperations^ get ();
}
/** @property */
IFirewallRuleOperations get_FirewallRules ()
function get FirewallRules () : IFirewallRuleOperations

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ISqlManagementClient Interface
ISqlManagementClient Members
Microsoft.WindowsAzure.Management.Sql Namespace