你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PSRestoreParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class PSRestoreParameters
type PSRestoreParameters = class
Public Class PSRestoreParameters
- Inheritance
-
PSRestoreParameters
Constructors
PSRestoreParameters() | |
PSRestoreParameters(RestoreParameters) |
Properties
DatabasesToRestore |
Gets or sets array of specific databases to restore. |
DisableTtl |
Gets or Sets disablement of restoring with Time-To-Live disabled. |
GremlinDatabasesToRestore |
Gets or sets array of specific gremlin databases to restore. |
RestoreSource |
Gets or sets path of the source account from which the restore has to be initiated |
RestoreTimestampInUtc |
Gets or sets time to which the account has to be restored (ISO-8601 format). |
TablesToRestore |
Gets or sets array of specific tables to restore. |
Methods
ToSDKModel() |