共用方式為


RestoreParameters Class

Definition

Parameters to indicate the information about the restore.

public class RestoreParameters
type RestoreParameters = class
Public Class RestoreParameters
Inheritance
RestoreParameters

Constructors

RestoreParameters()

Initializes a new instance of the RestoreParameters class.

RestoreParameters(String, String, Nullable<DateTime>, IList<DatabaseRestoreResource>)

Initializes a new instance of the RestoreParameters class.

Properties

DatabasesToRestore

Gets or sets list of specific databases available for restore.

RestoreMode

Gets or sets describes the mode of the restore. Possible values include: 'PointInTime'

RestoreSource

Gets or sets the id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}

RestoreTimestampInUtc

Gets or sets time to which the account has to be restored (ISO-8601 format).

Applies to