Partilhar via


MySqlWaitStatisticCollection.GetIfExists(String, CancellationToken) Método

Definição

Tenta obter detalhes desse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/waitStatistics/{waitStatisticsId}
  • IdWaitStatistics_Get de operação
public virtual Azure.NullableResponse<Azure.ResourceManager.MySql.MySqlWaitStatisticResource> GetIfExists (string waitStatisticsId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>
Public Overridable Function GetIfExists (waitStatisticsId As String, Optional cancellationToken As CancellationToken = Nothing) As 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 era esperado que não estivesse vazio.

waitStatisticsId é nulo.

Aplica-se a