次の方法で共有


PostgreSqlExtensions.GetLocationBasedPerformanceTiers メソッド

定義

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

locationName
AzureLocation

場所の名前。

cancellationToken
CancellationToken

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

戻り値

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

適用対象