Freigeben über


MySqlServerResource.GetMySqlWaitStatisticAsync Methode

Definition

Abrufen der Wartestatistik für den angegebenen Bezeichner.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/waitStatistics/{waitStatisticsId}
  • Vorgangs-IdWaitStatistics_Get
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))

Parameter

waitStatisticsId
String

Der Wait Statistic-Bezeichner.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

waitStatisticsId ist NULL.

waitStatisticsId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

Gilt für: