azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

46 строки
2.7 KiB
YAML

### 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "</br>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: "<xref href=\"com.microsoft.azure.management.sql.SqlServer.Update?alt=com.microsoft.azure.management.sql.SqlServer.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "</br>public abstract SqlServer.Update withoutDatabase(String databaseName)"
desc: "Remove database from the SQL Server."
returns:
description: "Next stage of the SQL Server update"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlServer.Update?alt=com.microsoft.azure.management.sql.SqlServer.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
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