ServerOperationsExtensions.DeleteAsync Method (IServerOperations, String)
Deletes the specified Azure SQL Database Server from a subscription.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
public static Task<AzureOperationResponse> DeleteAsync( 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: System.Threading.Tasks.Task<AzureOperationResponse>A standard service response including an HTTP status code and request ID.
Show: