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)

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

<ExtensionAttribute>
Public NotInheritable Class FirewallRuleOperationsExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IFirewallRuleOperations, String, FirewallRuleCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IFirewallRuleOperations, String, FirewallRuleCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticDelete(IFirewallRuleOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IFirewallRuleOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGet(IFirewallRuleOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IFirewallRuleOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IFirewallRuleOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IFirewallRuleOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdate(IFirewallRuleOperations, String, String, FirewallRuleUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(IFirewallRuleOperations, String, String, FirewallRuleUpdateParameters)

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

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

Return to top
Show: