Compartilhar via


IManagedDatabaseQueriesOperations.ListByQueryWithHttpMessagesAsync Método

Definição

Obter estatísticas de execução de consulta por ID de consulta.

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)))

Parâmetros

resourceGroupName
String

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

managedInstanceName
String

O nome da instância gerenciada.

databaseName
String

O nome do banco de dados.

queryId
String
startTime
String

Hora de início do período observado.

endTime
String

Hora de término do período observado.

interval
String

A etapa de tempo a ser usada para resumir os valores de métrica. Os valores possíveis incluem: 'PT1H', 'P1D'

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerado quando a operação retornou um código de status inválido

Gerado quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a