你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BmsrpQueryObject interface
Filters to list backup copies.
Properties
end |
Backup copies created before this time. |
extended |
In Get Recovery Point, it tells whether extended information about recovery point is asked. |
include |
Flag to indicate whether Soft Deleted RPs should be included/excluded from result. |
move |
Whether the RP can be moved to another tier |
restore |
RestorePoint type |
start |
Backup copies created after this time. |
Property Details
endDate
Backup copies created before this time.
endDate?: Date
Property Value
Date
extendedInfo
In Get Recovery Point, it tells whether extended information about recovery point is asked.
extendedInfo?: boolean
Property Value
boolean
includeSoftDeletedRP
Flag to indicate whether Soft Deleted RPs should be included/excluded from result.
includeSoftDeletedRP?: boolean
Property Value
boolean
moveReadyRPOnly
Whether the RP can be moved to another tier
moveReadyRPOnly?: boolean
Property Value
boolean
restorePointQueryType
RestorePoint type
restorePointQueryType?: string
Property Value
string
startDate
Backup copies created after this time.
startDate?: Date
Property Value
Date