次の方法で共有


ManagedInstancesOperationsExtensions.ListAsync メソッド

定義

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

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

パラメーター

operations
IManagedInstancesOperations

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

expand
String

応答に含める子リソース。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象