次の方法で共有


ServerKeysOperationsExtensions.Get メソッド

定義

PostgreSQL サーバー キーを取得します。

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

パラメーター

operations
IServerKeysOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

keyName
String

取得する PostgreSQL サーバー キーの名前。

戻り値

適用対象