Partilhar via


MySqlWaitStatisticCollection.GetIfExistsAsync Método

Definição

Tenta obter detalhes para esse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/waitStatistics/{waitStatisticsId}
  • Operação IdWaitStatistics_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>> GetIfExistsAsync (string waitStatisticsId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>>
Public Overridable Function GetIfExistsAsync (waitStatisticsId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(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 é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

waitStatisticsId é nulo.

Aplica-se a