FetchSecondaryRecoveryPoints interface
Interface representing a FetchSecondaryRecoveryPoints.
Methods
list(string, string, Fetch |
Returns a list of Secondary Recovery Points for a DataSource in a vault, that can be used for Cross Region Restore. |
Method Details
list(string, string, FetchSecondaryRPsRequestParameters, FetchSecondaryRecoveryPointsListOptionalParams)
Returns a list of Secondary Recovery Points for a DataSource in a vault, that can be used for Cross Region Restore.
function list(resourceGroupName: string, location: string, parameters: FetchSecondaryRPsRequestParameters, options?: FetchSecondaryRecoveryPointsListOptionalParams): PagedAsyncIterableIterator<AzureBackupRecoveryPointResource, AzureBackupRecoveryPointResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- location
-
string
The name of the Azure region.
- parameters
- FetchSecondaryRPsRequestParameters
Request body for operation
The options parameters.