次の方法で共有


LocationBasedPerformanceTierOperationsExtensions.List メソッド

定義

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

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties> List (this Microsoft.Azure.Management.PostgreSQL.ILocationBasedPerformanceTierOperations operations, string locationName);
static member List : Microsoft.Azure.Management.PostgreSQL.ILocationBasedPerformanceTierOperations * string -> seq<Microsoft.Azure.Management.PostgreSQL.Models.PerformanceTierProperties>
<Extension()>
Public Function List (operations As ILocationBasedPerformanceTierOperations, locationName As String) As IEnumerable(Of PerformanceTierProperties)

パラメーター

operations
ILocationBasedPerformanceTierOperations

この拡張メソッドの操作グループ。

locationName
String

場所の名前。

戻り値

適用対象