次の方法で共有


CollectionOperationsExtensions.ListAsync(ICollectionOperations) メソッド

定義

サブスクリプション ID で現在使用できるすべてのコレクションの一覧を返します

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionListResult> ListAsync (this Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionListResult>
<Extension()>
Public Function ListAsync (operations As ICollectionOperations) As Task(Of CollectionListResult)

パラメーター

operations
ICollectionOperations

Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations への参照。

戻り値

コレクションの取得リスト操作の応答。

適用対象