次の方法で共有


ExportRequestParameters Class

Definition

Export Azure SQL Database parameters.

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

Constructors

ExportRequestParameters()

Initializes a new instance of the ExportRequestParameters class.

Properties

AdministratorLogin

Optional. Gets or sets the name of the SQL administrator.

AdministratorLoginPassword

Optional. Gets or sets the password of the SQL administrator.

AuthenticationType

Optional. Gets or sets the authentication type.

StorageKey

Optional. Gets or sets the storage key to use.

StorageKeyType

Optional. Gets or sets the type of the storage key to use. Valid values are StorageAccessKey and SharedAccessKey.

StorageUri

Optional. Gets or sets the storage uri to use.

Applies to