Skip to main content

restorable_time_ranges

Creates, updates, deletes, gets or lists a restorable_time_ranges resource.

Overview

Namerestorable_time_ranges
TypeResource
Idazure.data_protection.restorable_time_ranges

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
findexecsubscriptionId, resourceGroupName, vaultName, backupInstanceName, sourceDataStoreType

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
backupInstanceNamestringThe name of the backup instance.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.
vaultNamestringThe name of the backup vault.

Lifecycle Methods

OK

EXEC azure.data_protection.restorable_time_ranges.find 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@vaultName='{{ vaultName }}' --required,
@backupInstanceName='{{ backupInstanceName }}' --required
@@json=
'{
"sourceDataStoreType": "{{ sourceDataStoreType }}",
"startTime": "{{ startTime }}",
"endTime": "{{ endTime }}"
}'
;