Share via


ManagedDatabaseQueriesOperationsExtensions.ListByQuery Method

Definition

Get query execution statistics by query id.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.QueryStatistics> ListByQuery (this Microsoft.Azure.Management.Sql.IManagedDatabaseQueriesOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, string queryId, string startTime = default, string endTime = default, string interval = default);
static member ListByQuery : Microsoft.Azure.Management.Sql.IManagedDatabaseQueriesOperations * string * string * string * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.QueryStatistics>
<Extension()>
Public Function ListByQuery (operations As IManagedDatabaseQueriesOperations, 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) As IPage(Of QueryStatistics)

Parameters

operations
IManagedDatabaseQueriesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName
String

The name of the managed instance.

databaseName
String

The name of the database.

queryId
String
startTime
String

Start time for observed period.

endTime
String

End time for observed period.

interval
String

The time step to be used to summarize the metric values. Possible values include: 'PT1H', 'P1D'

Returns

Applies to