com.azure.core.http.rest.Response<RecoveryPointResource> |
RecoveryPoints.getWithResponse(String vaultName,
String resourceGroupName,
String fabricName,
String containerName,
String protectedItemName,
String recoveryPointId,
com.azure.core.util.Context context) |
Provides the information of the backed up data identified using RecoveryPointID.
|
com.azure.core.http.rest.PagedIterable<RecoveryPointResource> |
RecoveryPoints.list(String vaultName,
String resourceGroupName,
String fabricName,
String containerName,
String protectedItemName) |
Lists the backup copies for the backed up item.
|
com.azure.core.http.rest.PagedIterable<RecoveryPointResource> |
RecoveryPoints.list(String vaultName,
String resourceGroupName,
String fabricName,
String containerName,
String protectedItemName,
String filter,
com.azure.core.util.Context context) |
Lists the backup copies for the backed up item.
|
com.azure.core.http.rest.PagedIterable<RecoveryPointResource> |
RecoveryPointsRecommendedForMoves.list(String vaultName,
String resourceGroupName,
String fabricName,
String containerName,
String protectedItemName,
ListRecoveryPointsRecommendedForMoveRequest parameters) |
Lists the recovery points recommended for move to another tier.
|
com.azure.core.http.rest.PagedIterable<RecoveryPointResource> |
RecoveryPointsRecommendedForMoves.list(String vaultName,
String resourceGroupName,
String fabricName,
String containerName,
String protectedItemName,
ListRecoveryPointsRecommendedForMoveRequest parameters,
com.azure.core.util.Context context) |
Lists the recovery points recommended for move to another tier.
|