ServerOperationsExtensions::CreateAsync Method (IServerOperations^, ServerCreateParameters^)

 

Provisions a new SQL Database server in a subscription.

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

public:
[ExtensionAttribute]
static Task<ServerCreateResponse^>^ CreateAsync(
	IServerOperations^ operations,
	ServerCreateParameters^ parameters
)

Parameters

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

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

parameters
Type: Microsoft.WindowsAzure.Management.Sql.Models::ServerCreateParameters^

Required. The parameters needed to provision a server.

Return Value

Type: System.Threading.Tasks::Task<ServerCreateResponse^>^

The response returned from the Create Server operation. This contains all the information returned from the service when a server is created.

Return to top
Show: