次の方法で共有


PostgreSqlExtensions.GetLocationBasedPerformanceTiersAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/performanceTiers
  • 操作IdLocationBasedPerformanceTier_List
public static Azure.AsyncPageable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierProperties> GetLocationBasedPerformanceTiersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, System.Threading.CancellationToken cancellationToken = default);
static member GetLocationBasedPerformanceTiersAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlPerformanceTierProperties>
<Extension()>
Public Function GetLocationBasedPerformanceTiersAsync (subscriptionResource As SubscriptionResource, locationName As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PostgreSqlPerformanceTierProperties)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

locationName
AzureLocation

場所の名前。

cancellationToken
CancellationToken

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

戻り値

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

適用対象