| Modifier and Type | Class and Description |
|---|---|
class |
ImportRequest
Import database parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ExportRequest |
ExportRequest.withAdministratorLogin(String administratorLogin)
Set the name of the SQL administrator.
|
ExportRequest |
ExportRequest.withAdministratorLoginPassword(String administratorLoginPassword)
Set the password of the SQL administrator.
|
ExportRequest |
ExportRequest.withAuthenticationType(AuthenticationType authenticationType)
Set the authentication type.
|
ExportRequest |
ExportRequest.withStorageKey(String storageKey)
Set the storage key to use.
|
ExportRequest |
ExportRequest.withStorageKeyType(StorageKeyType storageKeyType)
Set the type of the storage key to use.
|
ExportRequest |
ExportRequest.withStorageUri(String storageUri)
Set the storage uri to use.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/