ServerOperationsExtensions.Create Method

Definition

Provisions a new SQL Database server in a subscription.

public static Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateResponse Create (this Microsoft.WindowsAzure.Management.Sql.IServerOperations operations, Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Sql.IServerOperations * Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters -> Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateResponse
<Extension()>
Public Function Create (operations As IServerOperations, parameters As ServerCreateParameters) As 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