Account Restore
data class AccountRestore(val databases: List<AccountRestoreDatabase>? = null, val restoreTimestampInUtc: String, val sourceCosmosdbAccountId: String)
Constructors
Link copied to clipboard
fun AccountRestore(databases: List<AccountRestoreDatabase>? = null, restoreTimestampInUtc: String, sourceCosmosdbAccountId: String)
Types
Properties
Link copied to clipboard
The resource ID of the restorable database account from which the restore has to be initiated. The example is /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}
. Changing this forces a new resource to be created.