Interface RestorableTimeRangesClient


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

    • findWithResponse

      com.azure.core.http.rest.Response<AzureBackupFindRestorableTimeRangesResponseResourceInner> findWithResponse(String resourceGroupName, String vaultName, String backupInstanceName, AzureBackupFindRestorableTimeRangesRequest parameters, com.azure.core.util.Context context)
      The find operation.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      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 along with 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.
    • find

      The find operation.
      Parameters:
      resourceGroupName - The name of the resource group where the backup vault is present.
      vaultName - The name of the backup vault.
      backupInstanceName - The name of the backup instance.
      parameters - Request body for 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.