public class ImportRequest extends ExportRequest
| Constructor and Description |
|---|
ImportRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
databaseName()
Get the name of the database to import.
|
DatabaseEdition |
edition()
Get the edition for the database being created.
|
String |
maxSizeBytes()
Get the maximum size for the newly imported database.
|
ServiceObjectiveName |
serviceObjectiveName()
Get the name of the service objective to assign to the database.
|
ImportRequest |
withDatabaseName(String databaseName)
Set the name of the database to import.
|
ImportRequest |
withEdition(DatabaseEdition edition)
Set the edition for the database being created.
|
ImportRequest |
withMaxSizeBytes(String maxSizeBytes)
Set the maximum size for the newly imported database.
|
ImportRequest |
withServiceObjectiveName(ServiceObjectiveName serviceObjectiveName)
Set the name of the service objective to assign to the database.
|
administratorLogin, administratorLoginPassword, authenticationType, storageKey, storageKeyType, storageUri, withAdministratorLogin, withAdministratorLoginPassword, withAuthenticationType, withStorageKey, withStorageKeyType, withStorageUripublic String databaseName()
public ImportRequest withDatabaseName(String databaseName)
databaseName - the databaseName value to setpublic DatabaseEdition edition()
public ImportRequest withEdition(DatabaseEdition edition)
edition - the edition value to setpublic ServiceObjectiveName serviceObjectiveName()
public ImportRequest withServiceObjectiveName(ServiceObjectiveName serviceObjectiveName)
serviceObjectiveName - the serviceObjectiveName value to setpublic String maxSizeBytes()
public ImportRequest withMaxSizeBytes(String maxSizeBytes)
maxSizeBytes - the maxSizeBytes value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/