ResourceRestoreParameters interface

Parameters to indicate the information about the restore.

Extends

Inherited Properties

restoreSource

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

Time to which the account has to be restored (ISO-8601 format).

Inherited Property Details

restoreSource

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}

restoreSource?: string

Property Value

string

Inherited From RestoreParametersBase.restoreSource

restoreTimestampInUtc

Time to which the account has to be restored (ISO-8601 format).

restoreTimestampInUtc?: Date

Property Value

Date

Inherited From RestoreParametersBase.restoreTimestampInUtc