FirewallRuleOperationsExtensions.DeleteAsync Method (IFirewallRuleOperations, String, String)

 

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

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

<ExtensionAttribute>
Public Shared Function DeleteAsync (
	operations As IFirewallRuleOperations,
	serverName As String,
	ruleName As String
) As Task(Of AzureOperationResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations

Reference to the Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.

serverName
Type: System.String

Required. The name of the Azure SQL Database Server that will have the Firewall Fule removed from it.

ruleName
Type: System.String

Required. The name of the Firewall Fule to delete.

Return Value

Type: System.Threading.Tasks.Task(Of AzureOperationResponse)

A standard service response including an HTTP status code and request ID.

Return to top
Show: