次の方法で共有


ElasticPoolsOperationsExtensions.Get メソッド

定義

エラスティック プールを取得します。

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

パラメーター

operations
IElasticPoolsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

elasticPoolName
String

エラスティック プールの名前。

戻り値

適用対象