ManagedDatabaseResource.GetQueryStatistics メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クエリ ID でクエリ実行統計を取得します。
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/queries/{queryId}/statistics
- 操作IdManagedDatabaseQueries_ListByQuery
public virtual Azure.Pageable<Azure.ResourceManager.Sql.Models.QueryStatistics> GetQueryStatistics (string queryId, string startTime = default, string endTime = default, Azure.ResourceManager.Sql.Models.QueryTimeGrainType? interval = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetQueryStatistics : string * string * string * Nullable<Azure.ResourceManager.Sql.Models.QueryTimeGrainType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.Models.QueryStatistics>
override this.GetQueryStatistics : string * string * string * Nullable<Azure.ResourceManager.Sql.Models.QueryTimeGrainType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.Models.QueryStatistics>
Public Overridable Function GetQueryStatistics (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 Pageable(Of QueryStatistics)
パラメーター
- queryId
- String
使用する文字列。
- startTime
- String
観測された期間の開始時刻。
- endTime
- String
観測された期間の終了時刻。
- interval
- Nullable<QueryTimeGrainType>
メトリック値の集計に使用する時間ステップ。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の QueryStatistics サービス要求を受け取る可能性がある のコレクション。
例外
queryId
は空の文字列であり、空でないと想定されていました。
queryId
が null です。