ImportExtensionRequest Class

Definition

Import database parameters.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ImportExtensionRequest
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ImportExtensionRequest = class
Public Class ImportExtensionRequest
Inheritance
ImportExtensionRequest
Attributes

Constructors

ImportExtensionRequest()

Initializes a new instance of the ImportExtensionRequest class.

ImportExtensionRequest(StorageKeyType, String, String, String, String, String, String, Nullable<AuthenticationType>)

Initializes a new instance of the ImportExtensionRequest class.

Properties

AdministratorLogin

Gets or sets the name of the SQL administrator.

AdministratorLoginPassword

Gets or sets the password of the SQL administrator.

AuthenticationType

Gets or sets the authentication type. Possible values include: 'SQL', 'ADPassword'

Name

Gets or sets the name of the extension.

OperationMode

The type of import operation being performed. This is always Import.

StorageKey

Gets or sets the storage key to use. If storage key type is SharedAccessKey, it must be preceded with a "?."

StorageKeyType

Gets or sets the type of the storage key to use. Possible values include: 'StorageAccessKey', 'SharedAccessKey'

StorageUri

Gets or sets the storage uri to use.

Type

Gets or sets the type of the extension.

Methods

Validate()

Validate the object.

Applies to