Share via


IWithDatabaseBeta.DefineDatabase(String) Method

Definition

Begins the definition of a new SQL Database to be added to this server.

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IBlank<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate> DefineDatabase (string databaseName);
abstract member DefineDatabase : string -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IBlank<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate>
Public Function DefineDatabase (databaseName As String) As IBlank(Of IWithCreate)

Parameters

databaseName
String

The name of the new SQL Database.

Returns

Applies to