ResourceRestoreParameters Class

Parameters to indicate the information about the restore.

Inheritance
azure.mgmt.cosmosdb.models._models_py3.RestoreParametersBase
ResourceRestoreParameters

Constructor

ResourceRestoreParameters(*, restore_source: str | None = None, restore_timestamp_in_utc: datetime | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
restore_source
str

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}.

restore_timestamp_in_utc

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

Variables

Name Description
restore_source
str

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}.

restore_timestamp_in_utc

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