Interface RecoveryPointsRecommendedForMovesClient
-
public interface RecoveryPointsRecommendedForMovesClient
An instance of this class provides access to all the operations defined in RecoveryPointsRecommendedForMovesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<RecoveryPointResourceInner>
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<RecoveryPointResourceInner>
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.
-
-
-
Method Detail
-
list
com.azure.core.http.rest.PagedIterable<RecoveryPointResourceInner> list(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, ListRecoveryPointsRecommendedForMoveRequest parameters)
Lists the recovery points recommended for move to another tier.- Parameters:
vaultName
- The name of the recovery services vault.resourceGroupName
- The name of the resource group where the recovery services vault is present.fabricName
- The fabricName parameter.containerName
- The containerName parameter.protectedItemName
- The protectedItemName parameter.parameters
- List Recovery points Recommended for Move Request.- Returns:
- list of RecoveryPoint resources as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<RecoveryPointResourceInner> 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.- Parameters:
vaultName
- The name of the recovery services vault.resourceGroupName
- The name of the resource group where the recovery services vault is present.fabricName
- The fabricName parameter.containerName
- The containerName parameter.protectedItemName
- The protectedItemName parameter.parameters
- List Recovery points Recommended for Move Request.context
- The context to associate with this operation.- Returns:
- list of RecoveryPoint resources as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
-