ExportRequest Class
- java.
lang. Object - com.
microsoft. azure. management. sql. ExportRequest
- com.
public class ExportRequest
Export database parameters.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
administratorLogin()
Get the name of the SQL administrator. |
String |
administratorLoginPassword()
Get the password of the SQL administrator. |
Authentication |
authenticationType()
Get the authentication type. Possible values include: 'SQL', 'ADPassword'. |
String |
storageKey()
Get the storage key to use. If storage key type is SharedAccessKey, it must be preceded with a "?.". |
Storage |
storageKeyType()
Get the type of the storage key to use. Possible values include: 'StorageAccessKey', 'SharedAccessKey'. |
String |
storageUri()
Get the storage uri to use. |
Export |
withAdministratorLogin(String administratorLogin)
Set the name of the SQL administrator. |
Export |
withAdministratorLoginPassword(String administratorLoginPassword)
Set the password of the SQL administrator. |
Export |
withAuthenticationType(AuthenticationType authenticationType)
Set the authentication type. Possible values include: 'SQL', 'ADPassword'. |
Export |
withStorageKey(String storageKey)
Set the storage key to use. If storage key type is SharedAccessKey, it must be preceded with a "?.". |
Export |
withStorageKeyType(StorageKeyType storageKeyType)
Set the type of the storage key to use. Possible values include: 'StorageAccessKey', 'SharedAccessKey'. |
Export |
withStorageUri(String storageUri)
Set the storage uri to use. |
Method Details
administratorLogin
public String administratorLogin()
Get the name of the SQL administrator.
Returns:
administratorLoginPassword
public String administratorLoginPassword()
Get the password of the SQL administrator.
Returns:
authenticationType
public AuthenticationType authenticationType()
Get the authentication type. Possible values include: 'SQL', 'ADPassword'.
Returns:
storageKey
public String storageKey()
Get the storage key to use. If storage key type is SharedAccessKey, it must be preceded with a "?.".
Returns:
storageKeyType
public StorageKeyType storageKeyType()
Get the type of the storage key to use. Possible values include: 'StorageAccessKey', 'SharedAccessKey'.
Returns:
storageUri
public String storageUri()
Get the storage uri to use.
Returns:
withAdministratorLogin
public ExportRequest withAdministratorLogin(String administratorLogin)
Set the name of the SQL administrator.
Parameters:
Returns:
withAdministratorLoginPassword
public ExportRequest withAdministratorLoginPassword(String administratorLoginPassword)
Set the password of the SQL administrator.
Parameters:
Returns:
withAuthenticationType
public ExportRequest withAuthenticationType(AuthenticationType authenticationType)
Set the authentication type. Possible values include: 'SQL', 'ADPassword'.
Parameters:
Returns:
withStorageKey
public ExportRequest withStorageKey(String storageKey)
Set the storage key to use. If storage key type is SharedAccessKey, it must be preceded with a "?.".
Parameters:
Returns:
withStorageKeyType
public ExportRequest withStorageKeyType(StorageKeyType storageKeyType)
Set the type of the storage key to use. Possible values include: 'StorageAccessKey', 'SharedAccessKey'.
Parameters:
Returns:
withStorageUri
public ExportRequest withStorageUri(String storageUri)
Set the storage uri to use.
Parameters:
Returns:
Applies to
Azure SDK for Java