你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImportNewDatabaseDefinition interface

包含执行新数据库导入作所需的信息。

属性

administratorLogin

管理员登录名。 如果 AuthenticationType 为 ManagedIdentity,则此字段应指定托管标识的资源 ID。

administratorLoginPassword

管理员登录密码。 如果 AuthenticationType 为 ManagedIdentity,则不应指定此字段。

authenticationType

为访问目标 SQL 服务器而提供的凭据类型:SQL、ADPassword 或 ManagedIdentity。

databaseName

导入数据库的名称。

edition

导入数据库的版本。

maxSizeBytes

导入数据库的最大大小(以字节为单位)。

networkIsolation

用于为请求启用网络隔离的可选资源信息。

serviceObjectiveName

导入数据库的服务级别目标名称。

storageKey

存储帐户的存储密钥。 如果 StorageKeyType 为 ManagedIdentity,则此字段应指定托管标识的资源 ID。

storageKeyType

存储密钥类型:StorageAccessKey、SharedAccessKey 或 ManagedIdentity。

storageUri

存储 URI。

属性详细信息

administratorLogin

管理员登录名。 如果 AuthenticationType 为 ManagedIdentity,则此字段应指定托管标识的资源 ID。

administratorLogin: string

属性值

string

administratorLoginPassword

管理员登录密码。 如果 AuthenticationType 为 ManagedIdentity,则不应指定此字段。

administratorLoginPassword?: string

属性值

string

authenticationType

为访问目标 SQL 服务器而提供的凭据类型:SQL、ADPassword 或 ManagedIdentity。

authenticationType?: string

属性值

string

databaseName

导入数据库的名称。

databaseName?: string

属性值

string

edition

导入数据库的版本。

edition?: string

属性值

string

maxSizeBytes

导入数据库的最大大小(以字节为单位)。

maxSizeBytes?: string

属性值

string

networkIsolation

用于为请求启用网络隔离的可选资源信息。

networkIsolation?: NetworkIsolationSettings

属性值

serviceObjectiveName

导入数据库的服务级别目标名称。

serviceObjectiveName?: string

属性值

string

storageKey

存储帐户的存储密钥。 如果 StorageKeyType 为 ManagedIdentity,则此字段应指定托管标识的资源 ID。

storageKey: string

属性值

string

storageKeyType

存储密钥类型:StorageAccessKey、SharedAccessKey 或 ManagedIdentity。

storageKeyType: string

属性值

string

storageUri

存储 URI。

storageUri: string

属性值

string