ExportRequest Class

Definition

Export database parameters.

public class ExportRequest
type ExportRequest = class
Public Class ExportRequest
Inheritance
ExportRequest
Derived

Constructors

ExportRequest()

Initializes a new instance of the ExportRequest class.

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

Initializes a new instance of the ExportRequest 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'

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.

Methods

Validate()

Validate the object.

Applies to