Freigeben über


MockableMySqlSubscriptionResource.GetLocationBasedPerformanceTiers 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.Pageable<Azure.ResourceManager.MySql.Models.MySqlPerformanceTier> GetLocationBasedPerformanceTiers (Azure.Core.AzureLocation locationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLocationBasedPerformanceTiers : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MySql.Models.MySqlPerformanceTier>
override this.GetLocationBasedPerformanceTiers : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MySql.Models.MySqlPerformanceTier>
Public Overridable Function GetLocationBasedPerformanceTiers (locationName As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MySqlPerformanceTier)

Parameter

locationName
AzureLocation

Der Name des Speicherorts.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von MySqlPerformanceTier , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: