次の方法で共有


IManagedDatabaseQueriesOperations.ListByQueryWithHttpMessagesAsync メソッド

定義

クエリ ID でクエリ実行統計を取得します。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.QueryStatistics>>> ListByQueryWithHttpMessagesAsync (string resourceGroupName, string managedInstanceName, string databaseName, string queryId, string startTime = default, string endTime = default, string interval = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByQueryWithHttpMessagesAsync : string * string * string * string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.QueryStatistics>>>
Public Function ListByQueryWithHttpMessagesAsync (resourceGroupName As String, managedInstanceName As String, databaseName As String, queryId As String, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional interval As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of QueryStatistics)))

パラメーター

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

managedInstanceName
String

マネージド インスタンスの名前。

databaseName
String

データベースの名前。

queryId
String
startTime
String

観測された期間の開始時刻。

endTime
String

観測された期間の終了時刻。

interval
String

メトリック値の集計に使用する時間ステップ。 使用できる値は、'PT1H'、'P1D' です。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

応答を逆シリアル化できない場合にスローされます

必須パラメーターが null の場合にスローされます

適用対象