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

ResourceRestoreParameters interface

用于指示还原信息的参数。

扩展

继承属性

restoreSource

必须从中启动还原的可还原数据库帐户的 ID。 例如:/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}

restoreTimestampInUtc

帐户必须还原到的时间(ISO-8601 格式)。

restoreWithTtlDisabled

指定还原的帐户是否在成功还原时禁用时间To-Live。

继承属性详细信息

restoreSource

必须从中启动还原的可还原数据库帐户的 ID。 例如:/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}

restoreSource?: string

属性值

string

继承自RestoreParametersBase.restoreSource

restoreTimestampInUtc

帐户必须还原到的时间(ISO-8601 格式)。

restoreTimestampInUtc?: Date

属性值

Date

继承自RestoreParametersBase.restoreTimestampInUtc

restoreWithTtlDisabled

指定还原的帐户是否在成功还原时禁用时间To-Live。

restoreWithTtlDisabled?: boolean

属性值

boolean

继承自RestoreParametersBase.restoreWithTtlDisabled