次の方法で共有


ElasticPoolsOperationsExtensions.ListByServerAsync メソッド

定義

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

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

パラメーター

operations
IElasticPoolsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

skip
Nullable<Int64>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象