次の方法で共有


ServersOperationsExtensions.ListAsync メソッド

定義

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

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

パラメーター

operations
IServersOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象