İngilizce dilinde oku

Aracılığıyla paylaş


ExportJobsOperationResultsClient Interface

public interface ExportJobsOperationResultsClient

An instance of this class provides access to all the operations defined in ExportJobsOperationResultsClient.

Method Summary

Modifier and Type Method and Description
abstract ExportJobsResultInner get(String resourceGroupName, String vaultName, String operationId)

Gets the operation result of operation triggered by Export Jobs API.

abstract Response<ExportJobsResultInner> getWithResponse(String resourceGroupName, String vaultName, String operationId, Context context)

Gets the operation result of operation triggered by Export Jobs API.

Method Details

get

public abstract 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. The name is case insensitive.
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.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String vaultName, String operationId, 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. The name is case insensitive.
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 along with Response<T>.

Applies to

Azure SDK for Java

Latest