次の方法で共有


ServersOperationsExtensions.ListAsync メソッド

定義

特定のサブスクリプション内のすべてのサーバーを一覧表示します。

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

パラメーター

operations
IServersOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象