ManagedDatabaseQueriesOperationsExtensions.ListByQueryAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get query execution statistics by query id.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.QueryStatistics>> ListByQueryAsync (this Microsoft.Azure.Management.Sql.IManagedDatabaseQueriesOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, string queryId, string startTime = default, string endTime = default, string interval = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByQueryAsync : Microsoft.Azure.Management.Sql.IManagedDatabaseQueriesOperations * string * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.QueryStatistics>>
<Extension()>
Public Function ListByQueryAsync (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, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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'
- cancellationToken
- CancellationToken
The cancellation token.