Share via


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)

Syntax

public static ServerCreateResponse Create(
    this IServerOperations operations,
    ServerCreateParameters parameters
)
public:
[ExtensionAttribute]
static ServerCreateResponse^ Create(
    IServerOperations^ operations,
    ServerCreateParameters^ parameters
)
static member Create : 
        operations:IServerOperations *
        parameters:ServerCreateParameters -> ServerCreateResponse
<ExtensionAttribute>
Public Shared Function Create (
    operations As IServerOperations,
    parameters As ServerCreateParameters
) As ServerCreateResponse

Parameters

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.

See Also

ServerOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top