### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithDatabase"
fullName: "com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithDatabase"
name: "SqlServer.UpdateStages.WithDatabase"
nameWithType: "SqlServer.UpdateStages.WithDatabase"
summary: "A SQL Server definition for specifying the databases."
syntax: "public static interface **SqlServer.UpdateStages.WithDatabase**"
methods:
- uid: "com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithDatabase.withNewDatabase(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithDatabase.withNewDatabase(String databaseName)"
name: "withNewDatabase(String databaseName)"
nameWithType: "SqlServer.UpdateStages.WithDatabase.withNewDatabase(String databaseName)"
summary: "Create new database in the SQL Server."
modifiers:
- "abstract"
parameters:
- description: "name of the database to be created"
name: "databaseName"
type: ""
syntax: "public abstract SqlServer.Update withNewDatabase(String databaseName)"
desc: "Create new database in the SQL Server."
returns:
description: "Next stage of the SQL Server update"
type: ""
- uid: "com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithDatabase.withoutDatabase(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlServer.UpdateStages.WithDatabase.withoutDatabase(String databaseName)"
name: "withoutDatabase(String databaseName)"
nameWithType: "SqlServer.UpdateStages.WithDatabase.withoutDatabase(String databaseName)"
summary: "Remove database from the SQL Server."
modifiers:
- "abstract"
parameters:
- description: "name of the database to be removed"
name: "databaseName"
type: ""
syntax: "public abstract SqlServer.Update withoutDatabase(String databaseName)"
desc: "Remove database from the SQL Server."
returns:
description: "Next stage of the SQL Server update"
type: ""
type: "interface"
desc: "A SQL Server definition for specifying the databases."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4