public class ExportRequest extends Object
| Constructor and Description |
|---|
ExportRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
administratorLogin()
Get the administratorLogin property: The name of the SQL administrator.
|
String |
administratorLoginPassword()
Get the administratorLoginPassword property: The password of the SQL administrator.
|
AuthenticationType |
authenticationType()
Get the authenticationType property: The authentication type.
|
String |
storageKey()
Get the storageKey property: The storage key to use.
|
StorageKeyType |
storageKeyType()
Get the storageKeyType property: The type of the storage key to use.
|
String |
storageUri()
Get the storageUri property: The storage uri to use.
|
void |
validate()
Validates the instance.
|
ExportRequest |
withAdministratorLogin(String administratorLogin)
Set the administratorLogin property: The name of the SQL administrator.
|
ExportRequest |
withAdministratorLoginPassword(String administratorLoginPassword)
Set the administratorLoginPassword property: The password of the SQL administrator.
|
ExportRequest |
withAuthenticationType(AuthenticationType authenticationType)
Set the authenticationType property: The authentication type.
|
ExportRequest |
withStorageKey(String storageKey)
Set the storageKey property: The storage key to use.
|
ExportRequest |
withStorageKeyType(StorageKeyType storageKeyType)
Set the storageKeyType property: The type of the storage key to use.
|
ExportRequest |
withStorageUri(String storageUri)
Set the storageUri property: The storage uri to use.
|
public StorageKeyType storageKeyType()
public ExportRequest withStorageKeyType(StorageKeyType storageKeyType)
storageKeyType - the storageKeyType value to set.public String storageKey()
public ExportRequest withStorageKey(String storageKey)
storageKey - the storageKey value to set.public String storageUri()
public ExportRequest withStorageUri(String storageUri)
storageUri - the storageUri value to set.public String administratorLogin()
public ExportRequest withAdministratorLogin(String administratorLogin)
administratorLogin - the administratorLogin value to set.public String administratorLoginPassword()
public ExportRequest withAdministratorLoginPassword(String administratorLoginPassword)
administratorLoginPassword - the administratorLoginPassword value to set.public AuthenticationType authenticationType()
public ExportRequest withAuthenticationType(AuthenticationType authenticationType)
authenticationType - the authenticationType value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.