ServerOperationsExtensions.Delete Method (IServerOperations, String)

 

Deletes the specified Azure SQL Database Server from a subscription.

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

public static AzureOperationResponse Delete(
	this IServerOperations operations,
	string serverName
)

Parameters

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

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

serverName
Type: System.String

Required. The name of the Azure SQL Database Server to be deleted.

Return Value

Type: Microsoft.Azure.AzureOperationResponse

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

Return to top
Show: