次の方法で共有


ImportRequestParameters Class

Definition

Import Azure SQL Database parameters.

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

Constructors

ImportRequestParameters()

Initializes a new instance of the ImportRequestParameters 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)
DatabaseMaxSize

Optional. Gets or sets the maximum size for the newly imported database.

DatabaseName

Optional. Gets or sets the name of the Azure SQL database to import.

Edition

Optional. Gets or sets the edition for the Azure Sql Database being created.

ServiceObjectiveName

Optional. Gets or sets the name of the service objective to assign to the Azure SQL Database.

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