IServerOperations::CreateAsync Method (ServerCreateParameters^, CancellationToken)

 

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)

Task<ServerCreateResponse^>^ CreateAsync(
	ServerCreateParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

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

The parameters needed to provision a server.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

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: