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

ImportRDBParameters interface

Redis 导入操作的参数。

属性

files

要导入的文件。

format

文件格式。

preferredDataArchiveAuthMethod

与用于数据存档的存储帐户通信的首选身份验证方法,指定 SAS 或 ManagedIdentity,默认值为 SAS

storageSubscriptionId

包含要使用托管标识导入的文件的存储容器的订阅 ID。

属性详细信息

files

要导入的文件。

files: string[]

属性值

string[]

format

文件格式。

format?: string

属性值

string

preferredDataArchiveAuthMethod

与用于数据存档的存储帐户通信的首选身份验证方法,指定 SAS 或 ManagedIdentity,默认值为 SAS

preferredDataArchiveAuthMethod?: string

属性值

string

storageSubscriptionId

包含要使用托管标识导入的文件的存储容器的订阅 ID。

storageSubscriptionId?: string

属性值

string