Freigeben über


MySqlWaitStatisticCollection.Get(String, CancellationToken) 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 Azure.Response<Azure.ResourceManager.MySql.MySqlWaitStatisticResource> Get (string waitStatisticsId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>
Public Overridable Function Get (waitStatisticsId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MySqlWaitStatisticResource)

Parameter

waitStatisticsId
String

Der Wait Statistic-Bezeichner.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

waitStatisticsId ist NULL.

Gilt für: