IFirewallRuleOperations.DeleteAsync Method (String, String, CancellationToken)

 

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)

Function DeleteAsync (
	serverName As String,
	ruleName As String,
	cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

serverName
Type: System.String

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

ruleName
Type: System.String

The name of the Firewall Fule to delete.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

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

Return to top
Show: