Interface ExportJobsOperationResultsClient


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

      • get

        ExportJobsResultInner get​(String resourceGroupName,
                                  String vaultName,
                                  String operationId)
        Gets the operation result of operation triggered by Export Jobs API. If the operation is successful, then it also contains URL of a Blob and a SAS key to access the same. The blob contains exported jobs in JSON serialized format.
        Parameters:
        resourceGroupName - The name of the resource group where the backup vault is present.
        vaultName - The name of the backup vault.
        operationId - OperationID which represents the export job.
        Returns:
        the operation result of operation triggered by Export Jobs API.
        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.
      • getWithResponse

        com.azure.core.http.rest.Response<ExportJobsResultInner> getWithResponse​(String resourceGroupName,
                                                                                 String vaultName,
                                                                                 String operationId,
                                                                                 com.azure.core.util.Context context)
        Gets the operation result of operation triggered by Export Jobs API. If the operation is successful, then it also contains URL of a Blob and a SAS key to access the same. The blob contains exported jobs in JSON serialized format.
        Parameters:
        resourceGroupName - The name of the resource group where the backup vault is present.
        vaultName - The name of the backup vault.
        operationId - OperationID which represents the export job.
        context - The context to associate with this operation.
        Returns:
        the operation result of operation triggered by Export Jobs API.
        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.