Interface RestorableTimeRangesClient


  • public interface RestorableTimeRangesClient
    An instance of this class provides access to all the operations defined in RestorableTimeRangesClient.
    • Method Detail

      • findWithResponse

        com.azure.core.http.rest.Response<AzureBackupFindRestorableTimeRangesResponseResourceInner> findWithResponse​(String vaultName,
                                                                                                                     String resourceGroupName,
                                                                                                                     String backupInstanceName,
                                                                                                                     AzureBackupFindRestorableTimeRangesRequest parameters,
                                                                                                                     com.azure.core.util.Context context)
        Parameters:
        vaultName - The name of the backup vault.
        resourceGroupName - The name of the resource group where the backup vault is present.
        backupInstanceName - The name of the backup instance.
        parameters - Request body for operation.
        context - The context to associate with this operation.
        Returns:
        list Restore Ranges Response.
        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.