FetchSecondaryRecoveryPointsOperations interface
Interface representing a FetchSecondaryRecoveryPoints operations.
Properties
| list | Returns a list of Secondary Recovery Points for a DataSource in a vault, that can be used for Cross Region Restore. |
Property Details
list
Returns a list of Secondary Recovery Points for a DataSource in a vault, that can be used for Cross Region Restore.
list: (resourceGroupName: string, location: string, parameters: FetchSecondaryRPsRequestParameters, options?: FetchSecondaryRecoveryPointsListOptionalParams) => PagedAsyncIterableIterator<AzureBackupRecoveryPointResource, AzureBackupRecoveryPointResource[], PageSettings>
Property Value
(resourceGroupName: string, location: string, parameters: FetchSecondaryRPsRequestParameters, options?: FetchSecondaryRecoveryPointsListOptionalParams) => PagedAsyncIterableIterator<AzureBackupRecoveryPointResource, AzureBackupRecoveryPointResource[], PageSettings>