Freigeben über


MySqlWaitStatisticCollection.GetAllAsync Methode

Definition

Abrufen von Wartestatistiken für das angegebene Aggregationsfenster.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/waitStatistics
  • Vorgangs-IdWaitStatistics_ListByServer
public virtual Azure.AsyncPageable<Azure.ResourceManager.MySql.MySqlWaitStatisticResource> GetAllAsync (Azure.ResourceManager.MySql.Models.MySqlWaitStatisticsInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.MySql.Models.MySqlWaitStatisticsInput * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>
override this.GetAllAsync : Azure.ResourceManager.MySql.Models.MySqlWaitStatisticsInput * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.MySqlWaitStatisticResource>
Public Overridable Function GetAllAsync (input As MySqlWaitStatisticsInput, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MySqlWaitStatisticResource)

Parameter

input
MySqlWaitStatisticsInput

Die erforderlichen Parameter zum Abrufen von Wartestatistiken.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von MySqlWaitStatisticResource , die mehrere Dienstanforderungen durchlaufen kann.

Ausnahmen

input ist NULL.

Gilt für: