Freigeben über


MockableMySqlSubscriptionResource.GetLocationBasedPerformanceTiersAsync Methode

Definition

Listet alle Leistungsebenen am angegebenen Speicherort in einem bestimmten Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/performanceTiers
  • Vorgangs-IdLocationBasedPerformanceTier_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MySql.Models.MySqlPerformanceTier> GetLocationBasedPerformanceTiersAsync (Azure.Core.AzureLocation locationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLocationBasedPerformanceTiersAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.Models.MySqlPerformanceTier>
override this.GetLocationBasedPerformanceTiersAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.Models.MySqlPerformanceTier>
Public Overridable Function GetLocationBasedPerformanceTiersAsync (locationName As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MySqlPerformanceTier)

Parameter

locationName
AzureLocation

Der Name des Speicherorts.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: