public class ImportExtensionRequest extends Object
| Constructor and Description |
|---|
ImportExtensionRequest()
Creates an instance of ImportExtensionRequest class.
|
| 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 |
name()
Get the name of the extension.
|
String |
operationMode()
Get the type of import operation being performed.
|
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.
|
String |
type()
Get the type of the extension.
|
ImportExtensionRequest |
withAdministratorLogin(String administratorLogin)
Set the name of the SQL administrator.
|
ImportExtensionRequest |
withAdministratorLoginPassword(String administratorLoginPassword)
Set the password of the SQL administrator.
|
ImportExtensionRequest |
withAuthenticationType(AuthenticationType authenticationType)
Set the authentication type.
|
ImportExtensionRequest |
withName(String name)
Set the name of the extension.
|
ImportExtensionRequest |
withOperationMode(String operationMode)
Set the type of import operation being performed.
|
ImportExtensionRequest |
withStorageKey(String storageKey)
Set the storage key to use.
|
ImportExtensionRequest |
withStorageKeyType(StorageKeyType storageKeyType)
Set the type of the storage key to use.
|
ImportExtensionRequest |
withStorageUri(String storageUri)
Set the storage uri to use.
|
ImportExtensionRequest |
withType(String type)
Set the type of the extension.
|
public ImportExtensionRequest()
public String name()
public ImportExtensionRequest withName(String name)
name - the name value to setpublic String type()
public ImportExtensionRequest withType(String type)
type - the type value to setpublic StorageKeyType storageKeyType()
public ImportExtensionRequest withStorageKeyType(StorageKeyType storageKeyType)
storageKeyType - the storageKeyType value to setpublic String storageKey()
public ImportExtensionRequest withStorageKey(String storageKey)
storageKey - the storageKey value to setpublic String storageUri()
public ImportExtensionRequest withStorageUri(String storageUri)
storageUri - the storageUri value to setpublic String administratorLogin()
public ImportExtensionRequest withAdministratorLogin(String administratorLogin)
administratorLogin - the administratorLogin value to setpublic String administratorLoginPassword()
public ImportExtensionRequest withAdministratorLoginPassword(String administratorLoginPassword)
administratorLoginPassword - the administratorLoginPassword value to setpublic AuthenticationType authenticationType()
public ImportExtensionRequest withAuthenticationType(AuthenticationType authenticationType)
authenticationType - the authenticationType value to setpublic String operationMode()
public ImportExtensionRequest withOperationMode(String operationMode)
operationMode - the operationMode 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.
*/