次の方法で共有


CollectionOperationsExtensions.ListSessions メソッド

定義

コレクション内のすべてのセッションの一覧を取得します。

public static Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionSessionListResult ListSessions(this Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations operations, string collectionName);
static member ListSessions : Microsoft.WindowsAzure.Management.RemoteApp.ICollectionOperations * string -> Microsoft.WindowsAzure.Management.RemoteApp.Models.CollectionSessionListResult
<Extension()>
Public Function ListSessions (operations As ICollectionOperations, collectionName As String) As CollectionSessionListResult

パラメーター

operations
ICollectionOperations

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

collectionName
String

必須。 セッションが存在する RemoteApp コレクション名。

戻り値

特定のコレクション内のユーザー セッションの一覧。

適用対象