你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImportExistingDatabaseDefinition interface
包含对现有数据库执行导入作所需的信息。
属性
administrator |
管理员登录名。 |
administrator |
管理员登录密码。 |
authentication |
身份验证类型。 |
network |
用于为请求启用网络隔离的可选资源信息。 |
storage |
存储密钥。 |
storage |
存储密钥类型。 |
storage |
存储 URI。 |
属性详细信息
administratorLogin
管理员登录名。
administratorLogin: string
属性值
string
administratorLoginPassword
管理员登录密码。
administratorLoginPassword: string
属性值
string
authenticationType
身份验证类型。
authenticationType?: string
属性值
string
networkIsolation
storageKey
存储密钥。
storageKey: string
属性值
string
storageKeyType
存储密钥类型。
storageKeyType: string
属性值
string
storageUri
存储 URI。
storageUri: string
属性值
string