次の方法で共有


ServerKeysOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
IServerKeysOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

keyName
String

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

戻り値

適用対象