Resource Restore Parameters Args
data class ResourceRestoreParametersArgs(val restoreSource: Output<String>? = null, val restoreTimestampInUtc: Output<String>? = null, val restoreWithTtlDisabled: Output<Boolean>? = null) : ConvertibleToJava<ResourceRestoreParametersArgs>
Parameters to indicate the information about the restore.
Properties
Link copied to clipboard
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}
Link copied to clipboard
Time to which the account has to be restored (ISO-8601 format).
Link copied to clipboard
Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.