Compartilhar via


MySqlServerResource.GetMySqlWaitStatisticAsync Método

Definição

Recuperar estatísticas de espera para o identificador especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/waitStatistics/{waitStatisticsId}
  • IdWaitStatistics_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>> GetMySqlWaitStatisticAsync (string waitStatisticsId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMySqlWaitStatisticAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>>
override this.GetMySqlWaitStatisticAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>>
Public Overridable Function GetMySqlWaitStatisticAsync (waitStatisticsId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MySqlWaitStatisticResource))

Parâmetros

waitStatisticsId
String

O identificador de Estatística de Espera.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

waitStatisticsId é nulo.

waitStatisticsId é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

Aplica-se a