public class ExportRequest extends Object
| Constructor and Description |
|---|
ExportRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
administratorLogin()
Get the name of the SQL administrator.
|
String |
administratorLoginPassword()
Get the password of the SQL administrator.
|
AuthenticationType |
authenticationType()
Get the authentication type.
|
String |
storageKey()
Get the storage key to use.
|
StorageKeyType |
storageKeyType()
Get the type of the storage key to use.
|
String |
storageUri()
Get the storage uri to use.
|
ExportRequest |
withAdministratorLogin(String administratorLogin)
Set the name of the SQL administrator.
|
ExportRequest |
withAdministratorLoginPassword(String administratorLoginPassword)
Set the password of the SQL administrator.
|
ExportRequest |
withAuthenticationType(AuthenticationType authenticationType)
Set the authentication type.
|
ExportRequest |
withStorageKey(String storageKey)
Set the storage key to use.
|
ExportRequest |
withStorageKeyType(StorageKeyType storageKeyType)
Set the type of the storage key to use.
|
ExportRequest |
withStorageUri(String storageUri)
Set the storage uri to use.
|
public StorageKeyType storageKeyType()
public ExportRequest withStorageKeyType(StorageKeyType storageKeyType)
storageKeyType - the storageKeyType value to setpublic String storageKey()
public ExportRequest withStorageKey(String storageKey)
storageKey - the storageKey value to setpublic String storageUri()
public ExportRequest withStorageUri(String storageUri)
storageUri - the storageUri value to setpublic String administratorLogin()
public ExportRequest withAdministratorLogin(String administratorLogin)
administratorLogin - the administratorLogin value to setpublic String administratorLoginPassword()
public ExportRequest withAdministratorLoginPassword(String administratorLoginPassword)
administratorLoginPassword - the administratorLoginPassword value to setpublic AuthenticationType authenticationType()
public ExportRequest withAuthenticationType(AuthenticationType authenticationType)
authenticationType - the authenticationType 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.
*/