ServerOperationsExtensions.CreateAsync Method

Definition

Provisions a new SQL Database server in a subscription.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateResponse> CreateAsync (this Microsoft.WindowsAzure.Management.Sql.IServerOperations operations, Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters parameters);
static member CreateAsync : Microsoft.WindowsAzure.Management.Sql.IServerOperations * Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateResponse>
<Extension()>
Public Function CreateAsync (operations As IServerOperations, parameters As ServerCreateParameters) As Task(Of ServerCreateResponse)

Parameters

operations
IServerOperations

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

parameters
ServerCreateParameters

Required. The parameters needed to provision a server.

Returns

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

Applies to