次の方法で共有


MockableMySqlSubscriptionResource.GetLocationBasedPerformanceTiersAsync メソッド

定義

特定のサブスクリプション内の指定した場所にあるすべてのパフォーマンス レベルを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/performanceTiers
  • 操作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)

パラメーター

locationName
AzureLocation

場所の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の MySqlPerformanceTier サービス要求を受け取る可能性がある の非同期コレクション。

適用対象