ExportJobsOperationResultsOperationsExtensions Class

Definition

Extension methods for ExportJobsOperationResultsOperations.

public static class ExportJobsOperationResultsOperationsExtensions
type ExportJobsOperationResultsOperationsExtensions = class
Public Module ExportJobsOperationResultsOperationsExtensions
Inheritance
ExportJobsOperationResultsOperationsExtensions

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