次の方法で共有


ImportExtensionProperties Class

Definition

Export Azure SQL Database parameters.

public class ImportExtensionProperties : Microsoft.Azure.Management.Sql.LegacySdk.Models.ExportRequestParameters
type ImportExtensionProperties = class
    inherit ExportRequestParameters
Public Class ImportExtensionProperties
Inherits ExportRequestParameters
Inheritance
ImportExtensionProperties

Constructors

ImportExtensionProperties()

Initializes a new instance of the ImportExtensionProperties class.

Properties

AdministratorLogin

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

(Inherited from ExportRequestParameters)
AdministratorLoginPassword

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

(Inherited from ExportRequestParameters)
AuthenticationType

Optional. Gets or sets the authentication type.

(Inherited from ExportRequestParameters)
OperrationMode

Optional. Gets the operation mode

StorageKey

Optional. Gets or sets the storage key to use.

(Inherited from ExportRequestParameters)
StorageKeyType

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

(Inherited from ExportRequestParameters)
StorageUri

Optional. Gets or sets the storage uri to use.

(Inherited from ExportRequestParameters)

Applies to