ImportExtensionRequest Class
- java.
lang. Object - com.
microsoft. azure. management. sql. ImportExtensionRequest
- com.
public class ImportExtensionRequest
Import database parameters.
Constructor Summary
Constructor | Description |
---|---|
ImportExtensionRequest() |
Creates an instance of ImportExtensionRequest class. |
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 |
name()
Get the name of the extension. |
String |
operationMode()
Get the type of import operation being performed. This is always Import. |
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. |
String |
type()
Get the type of the extension. |
Import |
withAdministratorLogin(String administratorLogin)
Set the name of the SQL administrator. |
Import |
withAdministratorLoginPassword(String administratorLoginPassword)
Set the password of the SQL administrator. |
Import |
withAuthenticationType(AuthenticationType authenticationType)
Set the authentication type. Possible values include: 'SQL', 'ADPassword'. |
Import |
withName(String name)
Set the name of the extension. |
Import |
withOperationMode(String operationMode)
Set the type of import operation being performed. This is always Import. |
Import |
withStorageKey(String storageKey)
Set the storage key to use. If storage key type is SharedAccessKey, it must be preceded with a "?.". |
Import |
withStorageKeyType(StorageKeyType storageKeyType)
Set the type of the storage key to use. Possible values include: 'StorageAccessKey', 'SharedAccessKey'. |
Import |
withStorageUri(String storageUri)
Set the storage uri to use. |
Import |
withType(String type)
Set the type of the extension. |
Constructor Details
ImportExtensionRequest
public ImportExtensionRequest()
Creates an instance of ImportExtensionRequest class.
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:
name
public String name()
Get the name of the extension.
Returns:
operationMode
public String operationMode()
Get the type of import operation being performed. This is always Import.
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:
type
public String type()
Get the type of the extension.
Returns:
withAdministratorLogin
public ImportExtensionRequest withAdministratorLogin(String administratorLogin)
Set the name of the SQL administrator.
Parameters:
Returns:
withAdministratorLoginPassword
public ImportExtensionRequest withAdministratorLoginPassword(String administratorLoginPassword)
Set the password of the SQL administrator.
Parameters:
Returns:
withAuthenticationType
public ImportExtensionRequest withAuthenticationType(AuthenticationType authenticationType)
Set the authentication type. Possible values include: 'SQL', 'ADPassword'.
Parameters:
Returns:
withName
public ImportExtensionRequest withName(String name)
Set the name of the extension.
Parameters:
Returns:
withOperationMode
public ImportExtensionRequest withOperationMode(String operationMode)
Set the type of import operation being performed. This is always Import.
Parameters:
Returns:
withStorageKey
public ImportExtensionRequest 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 ImportExtensionRequest withStorageKeyType(StorageKeyType storageKeyType)
Set the type of the storage key to use. Possible values include: 'StorageAccessKey', 'SharedAccessKey'.
Parameters:
Returns:
withStorageUri
public ImportExtensionRequest withStorageUri(String storageUri)
Set the storage uri to use.
Parameters:
Returns:
withType
public ImportExtensionRequest withType(String type)
Set the type of the extension.
Parameters:
Returns:
Applies to
Azure SDK for Java