次の方法で共有


InstancePoolsOperationsExtensions.ListAsync メソッド

定義

サブスクリプション内のすべてのインスタンス プールの一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.InstancePool>> ListAsync(this Microsoft.Azure.Management.Sql.IInstancePoolsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Sql.IInstancePoolsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.InstancePool>>
<Extension()>
Public Function ListAsync (operations As IInstancePoolsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of InstancePool))

パラメーター

operations
IInstancePoolsOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象