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() |