次の方法で共有


ServerKeysOperationsExtensions.List メソッド

定義

サーバー キーの一覧を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.ServerKey> List (this Microsoft.Azure.Management.PostgreSQL.IServerKeysOperations operations, string resourceGroupName, string serverName);
static member List : Microsoft.Azure.Management.PostgreSQL.IServerKeysOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.ServerKey>
<Extension()>
Public Function List (operations As IServerKeysOperations, resourceGroupName As String, serverName As String) As IPage(Of ServerKey)

パラメーター

operations
IServerKeysOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

serverName
String

サーバーの名前。

戻り値

適用対象