ServersOperationsExtensions.Get(IServersOperations, String, String) メソッド

定義

サーバーに関する情報を取得します。

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

パラメーター

operations
IServersOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

戻り値

適用対象