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

CostManagementExportResource.GetExecutionHistoryAsync 方法

定义

用于获取所定义范围和导出名称的导出的运行历史记录的操作。

  • 请求路径/{scope}/providers/Microsoft.CostManagement/exports/{exportName}/runHistory
  • 操作IdExports_GetExecutionHistory
public virtual Azure.AsyncPageable<Azure.ResourceManager.CostManagement.Models.ExportRun> GetExecutionHistoryAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetExecutionHistoryAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CostManagement.Models.ExportRun>
override this.GetExecutionHistoryAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CostManagement.Models.ExportRun>
Public Overridable Function GetExecutionHistoryAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ExportRun)

参数

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 ExportRun ,可能需要循环访问多个服务请求。

适用于