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

MetricsAdvisorAdministrationClient.RefreshDataFeedIngestionAsync 方法

定义

将给定数据馈送的数据引入状态重置为回填数据。 这对于修复失败的引入或替代现有数据非常有用。 异常检测仅在所选范围内重新触发。

public virtual System.Threading.Tasks.Task<Azure.Response> RefreshDataFeedIngestionAsync (string dataFeedId, DateTimeOffset startsOn, DateTimeOffset endsOn, System.Threading.CancellationToken cancellationToken = default);
abstract member RefreshDataFeedIngestionAsync : string * DateTimeOffset * DateTimeOffset * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.RefreshDataFeedIngestionAsync : string * DateTimeOffset * DateTimeOffset * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function RefreshDataFeedIngestionAsync (dataFeedId As String, startsOn As DateTimeOffset, endsOn As DateTimeOffset, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

参数

dataFeedId
String

DataFeed 的唯一标识符。

startsOn
DateTimeOffset

非独占数据回填时间范围。

endsOn
DateTimeOffset

独占数据回填时间范围。

cancellationToken
CancellationToken

控制 CancellationToken 请求生存期的 。

返回

一个包含操作结果的 Response

例外

dataFeedId 为 null。

dataFeedId 为空或不是有效的 GUID。

适用于