ServerOperationsExtensions.DeleteAsync Method
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)
Usage
'Usage
Dim operations As IServerOperations
Dim serverName As String
Dim returnValue As Task(Of AzureOperationResponse)
returnValue = ServerOperationsExtensions.DeleteAsync(operations, serverName)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function DeleteAsync ( _
operations As IServerOperations, _
serverName As String _
) As Task(Of AzureOperationResponse)
[ExtensionAttribute]
public static Task<AzureOperationResponse> DeleteAsync (
IServerOperations operations,
string serverName
)
[ExtensionAttribute]
public:
static Task<AzureOperationResponse^>^ DeleteAsync (
IServerOperations^ operations,
String^ serverName
)
/** @attribute ExtensionAttribute() */
public static Task<AzureOperationResponse> DeleteAsync (
IServerOperations operations,
String serverName
)
ExtensionAttribute
public static function DeleteAsync (
operations : IServerOperations,
serverName : String
) : Task<AzureOperationResponse>
Parameters
- operations
Reference to the Microsoft.WindowsAzure.Management.Sql.IServerOperations.
- serverName
Required. The name of the Azure SQL Database Server to be deleted.
Return Value
A standard service response including an HTTP status code and request ID.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ServerOperationsExtensions Class
ServerOperationsExtensions Members
Microsoft.WindowsAzure.Management.Sql Namespace