次の方法で共有


ElasticPoolsOperationsExtensions.ListByServer メソッド

定義

サーバー内のすべてのエラスティック プールを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ElasticPool> ListByServer (this Microsoft.Azure.Management.Sql.IElasticPoolsOperations operations, string resourceGroupName, string serverName, long? skip = default);
static member ListByServer : Microsoft.Azure.Management.Sql.IElasticPoolsOperations * string * string * Nullable<int64> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ElasticPool>
<Extension()>
Public Function ListByServer (operations As IElasticPoolsOperations, resourceGroupName As String, serverName As String, Optional skip As Nullable(Of Long) = Nothing) As IPage(Of ElasticPool)

パラメーター

operations
IElasticPoolsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

skip
Nullable<Int64>

スキップするコレクション内の要素の数。

戻り値

適用対象