IServerOperations.DeleteAsync Method (String, CancellationToken)
Deletes the specified Azure SQL Database Server from a subscription.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Function DeleteAsync ( serverName As String, cancellationToken As CancellationToken ) As Task(Of AzureOperationResponse)
Parameters
- serverName
-
Type:
System.String
The name of the Azure SQL Database Server to be deleted.
- 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.
Show: