你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IExportJobsOperationResultsOperations 接口

定义

ExportJobsOperationResultsOperations 操作。

public interface IExportJobsOperationResultsOperations
type IExportJobsOperationResultsOperations = interface
Public Interface IExportJobsOperationResultsOperations

方法

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

获取由导出作业 API 触发的操作的操作结果。 如果操作成功,则它还包含 Blob 的 URL 和用于访问相同的 SAS 密钥。 Blob 包含 JSON 序列化格式的导出作业。

扩展方法

Get(IExportJobsOperationResultsOperations, String, String, String)

获取由导出作业 API 触发的操作的操作结果。 如果操作成功,则它还包含 Blob 的 URL 和用于访问相同的 SAS 密钥。 Blob 包含 JSON 序列化格式的导出作业。

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

获取由导出作业 API 触发的操作的操作结果。 如果操作成功,则它还包含 Blob 的 URL 和用于访问相同的 SAS 密钥。 Blob 包含 JSON 序列化格式的导出作业。

适用于