ServerOperationsExtensions.Create 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 static ServerCreateResponse Create(
	this 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: Microsoft.WindowsAzure.Management.Sql.Models.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: