Share via


IExportJobsOperationResultsOperations Interface

Definition

ExportJobsOperationResultsOperations operations.

public interface IExportJobsOperationResultsOperations
type IExportJobsOperationResultsOperations = interface
Public Interface IExportJobsOperationResultsOperations

Methods

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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.

Extension Methods

Get(IExportJobsOperationResultsOperations, String, String, String)

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.

GetAsync(IExportJobsOperationResultsOperations, String, String, String, CancellationToken)

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.

Applies to