DatabaseOperationsExtensions.Create Method (IDatabaseOperations, String, DatabaseCreateParameters)

 

Creates a database in an Azure SQL Database Server.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

public static DatabaseCreateResponse Create(
	this IDatabaseOperations operations,
	string serverName,
	DatabaseCreateParameters parameters
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations

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

serverName
Type: System.String

Required. The name of the Azure SQL Database Server where the database will be created.

parameters
Type: Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters

Required. The parameters for the create database operation.

Return Value

Type: Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateResponse

Represents the response to a create database request from the service.

Return to top
Show: