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

ManagedDatabaseResource.GetQueryStatisticsAsync 方法

定义

按查询 ID 获取查询执行统计信息。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/queries/{queryId}/statistics
  • 操作IdManagedDatabaseQueries_ListByQuery
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.Models.QueryStatistics> GetQueryStatisticsAsync (string queryId, string startTime = default, string endTime = default, Azure.ResourceManager.Sql.Models.QueryTimeGrainType? interval = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetQueryStatisticsAsync : string * string * string * Nullable<Azure.ResourceManager.Sql.Models.QueryTimeGrainType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.Models.QueryStatistics>
override this.GetQueryStatisticsAsync : string * string * string * Nullable<Azure.ResourceManager.Sql.Models.QueryTimeGrainType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.Models.QueryStatistics>
Public Overridable Function GetQueryStatisticsAsync (queryId As String, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional interval As Nullable(Of QueryTimeGrainType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of QueryStatistics)

参数

queryId
String

要使用的字符串。

startTime
String

观察到的时间段的开始时间。

endTime
String

观察到的时间段的结束时间。

interval
Nullable<QueryTimeGrainType>

用于汇总指标值的时间步长。

cancellationToken
CancellationToken

要使用的取消标记。

返回

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

例外

queryId 是一个空字符串,预期为非空。

queryId 为 null。

适用于