az dataprotection restorable-time-range
Note
This reference is part of the dataprotection extension for the Azure CLI (version 2.57.0 or higher). The extension will automatically install the first time you run an az dataprotection restorable-time-range command. Learn more about extensions.
Manage restorable time range with dataprotection.
Commands
Name | Description | Type | Status |
---|---|---|---|
az dataprotection restorable-time-range find |
Finds the valid recovery point in time ranges for the restore. |
Extension | GA |
az dataprotection restorable-time-range find
Finds the valid recovery point in time ranges for the restore.
az dataprotection restorable-time-range find --source-data-store-type {ArchiveStore, OperationalStore, VaultStore}
[--backup-instance-name]
[--end-time]
[--ids]
[--resource-group]
[--start-time]
[--subscription]
[--vault-name]
Examples
Find Restorable Time Ranges
az dataprotection restorable-time-range find --backup-instance-name "zblobbackuptestsa58" --end-time "2021-02-24T00:35:17.6829685Z" --source-data-store-type "OperationalStore" --start-time "2020-10-17T23:28:17.6829685Z" --resource-group "Blob-Backup" --vault-name "ZBlobBackupVaultBVTD3"
Required Parameters
Gets or sets the type of the source data store.
Optional Parameters
The name of the backup instance.
End time for the List Restore Ranges request. ISO 8601 format.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Start time for the List Restore Ranges request. ISO 8601 format.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The name of the backup vault.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.