| Modifier and Type | Method and Description |
|---|---|
ImportRequest |
ImportRequest.withDatabaseName(String databaseName)
Set the name of the database to import.
|
ImportRequest |
ImportRequest.withEdition(DatabaseEdition edition)
Set the edition for the database being created.
|
ImportRequest |
ImportRequest.withMaxSizeBytes(String maxSizeBytes)
Set the maximum size for the newly imported database.
|
ImportRequest |
ImportRequest.withServiceObjectiveName(ServiceObjectiveName serviceObjectiveName)
Set the name of the service objective to assign to the database.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/