Share via


FirewallRuleOperationsExtensions Class

 

This is the main client class for interacting with the Azure SQL Database REST APIs.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Sql.FirewallRuleOperationsExtensions

Syntax

public static class FirewallRuleOperationsExtensions
[ExtensionAttribute]
public ref class FirewallRuleOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type FirewallRuleOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class FirewallRuleOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IFirewallRuleOperations, String, FirewallRuleCreateParameters)

Adds a new server-level Firewall Rule for an Azure SQL Database Server.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IFirewallRuleOperations, String, FirewallRuleCreateParameters)

Adds a new server-level Firewall Rule for an Azure SQL Database Server.

System_CAPS_pubmethodSystem_CAPS_static Delete(IFirewallRuleOperations, String, String)

Deletes a server-level Firewall Rule from an Azure SQL Database Server.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IFirewallRuleOperations, String, String)

Deletes a server-level Firewall Rule from an Azure SQL Database Server.

System_CAPS_pubmethodSystem_CAPS_static Get(IFirewallRuleOperations, String, String)

Returns the Firewall rule for an Azure SQL Database Server with a matching name.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IFirewallRuleOperations, String, String)

Returns the Firewall rule for an Azure SQL Database Server with a matching name.

System_CAPS_pubmethodSystem_CAPS_static List(IFirewallRuleOperations, String)

Returns a list of server-level Firewall Rules for an Azure SQL Database Server.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IFirewallRuleOperations, String)

Returns a list of server-level Firewall Rules for an Azure SQL Database Server.

System_CAPS_pubmethodSystem_CAPS_static Update(IFirewallRuleOperations, String, String, FirewallRuleUpdateParameters)

Updates an existing server-level Firewall Rule for an Azure SQL Database Server.

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(IFirewallRuleOperations, String, String, FirewallRuleUpdateParameters)

Updates an existing server-level Firewall Rule for an Azure SQL Database Server.

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.

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top