public class ImportExtensionRequest extends Object
| Constructor and Description |
|---|
ImportExtensionRequest() |
| 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 |
name()
Get the name property: The name of the extension.
|
ImportOperationMode |
operationMode()
Get the operationMode property: The type of import operation being performed.
|
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.
|
String |
type()
Get the type property: The type of the extension.
|
void |
validate()
Validates the instance.
|
ImportExtensionRequest |
withAdministratorLogin(String administratorLogin)
Set the administratorLogin property: The name of the SQL administrator.
|
ImportExtensionRequest |
withAdministratorLoginPassword(String administratorLoginPassword)
Set the administratorLoginPassword property: The password of the SQL administrator.
|
ImportExtensionRequest |
withAuthenticationType(AuthenticationType authenticationType)
Set the authenticationType property: The authentication type.
|
ImportExtensionRequest |
withName(String name)
Set the name property: The name of the extension.
|
ImportExtensionRequest |
withOperationMode(ImportOperationMode operationMode)
Set the operationMode property: The type of import operation being performed.
|
ImportExtensionRequest |
withStorageKey(String storageKey)
Set the storageKey property: The storage key to use.
|
ImportExtensionRequest |
withStorageKeyType(StorageKeyType storageKeyType)
Set the storageKeyType property: The type of the storage key to use.
|
ImportExtensionRequest |
withStorageUri(String storageUri)
Set the storageUri property: The storage uri to use.
|
ImportExtensionRequest |
withType(String type)
Set the type property: The type of the extension.
|
public String name()
public ImportExtensionRequest withName(String name)
name - the name value to set.public String type()
public ImportExtensionRequest withType(String type)
type - the type value to set.public StorageKeyType storageKeyType()
public ImportExtensionRequest withStorageKeyType(StorageKeyType storageKeyType)
storageKeyType - the storageKeyType value to set.public String storageKey()
public ImportExtensionRequest withStorageKey(String storageKey)
storageKey - the storageKey value to set.public String storageUri()
public ImportExtensionRequest withStorageUri(String storageUri)
storageUri - the storageUri value to set.public String administratorLogin()
public ImportExtensionRequest withAdministratorLogin(String administratorLogin)
administratorLogin - the administratorLogin value to set.public String administratorLoginPassword()
public ImportExtensionRequest withAdministratorLoginPassword(String administratorLoginPassword)
administratorLoginPassword - the administratorLoginPassword value to set.public AuthenticationType authenticationType()
public ImportExtensionRequest withAuthenticationType(AuthenticationType authenticationType)
authenticationType - the authenticationType value to set.public ImportOperationMode operationMode()
public ImportExtensionRequest withOperationMode(ImportOperationMode operationMode)
operationMode - the operationMode value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.