Interface RecoveryPointsRecommendedForMoves


  • public interface RecoveryPointsRecommendedForMoves
    Resource collection API of RecoveryPointsRecommendedForMoves.
    • Method Detail

      • list

        com.azure.core.http.rest.PagedIterable<RecoveryPointResource> 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<RecoveryPointResource> 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.