IExportJobsOperationResultsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |