RecoveryPoints interface
Interface representing a RecoveryPoints.
Methods
get(string, string, string, string, Recovery |
Gets a Recovery Point using recoveryPointId for a Datasource. |
list(string, string, string, Recovery |
Returns a list of Recovery Points for a DataSource in a vault. |
Method Details
get(string, string, string, string, RecoveryPointsGetOptionalParams)
Gets a Recovery Point using recoveryPointId for a Datasource.
function get(resourceGroupName: string, vaultName: string, backupInstanceName: string, recoveryPointId: string, options?: RecoveryPointsGetOptionalParams): Promise<AzureBackupRecoveryPointResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- vaultName
-
string
The name of the backup vault.
- backupInstanceName
-
string
The name of the backup instance.
- recoveryPointId
-
string
- options
- RecoveryPointsGetOptionalParams
The options parameters.
Returns
Promise<AzureBackupRecoveryPointResource>
list(string, string, string, RecoveryPointsListOptionalParams)
Returns a list of Recovery Points for a DataSource in a vault.
function list(resourceGroupName: string, vaultName: string, backupInstanceName: string, options?: RecoveryPointsListOptionalParams): PagedAsyncIterableIterator<AzureBackupRecoveryPointResource, AzureBackupRecoveryPointResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- vaultName
-
string
The name of the backup vault.
- backupInstanceName
-
string
The name of the backup instance.
- options
- RecoveryPointsListOptionalParams
The options parameters.