次の方法で共有


PrincipalOperationsExtensions.ListWithToken メソッド

定義

継続トークンを使用して、指定されたコレクションに関連付けられているすべての RemoteApp プリンシパルの一覧を取得します。

public static Microsoft.WindowsAzure.Management.RemoteApp.Models.SecurityPrincipalInfoListWithTokenResult ListWithToken (this Microsoft.WindowsAzure.Management.RemoteApp.IPrincipalOperations operations, string collectionName, string previousContinuationToken);
static member ListWithToken : Microsoft.WindowsAzure.Management.RemoteApp.IPrincipalOperations * string * string -> Microsoft.WindowsAzure.Management.RemoteApp.Models.SecurityPrincipalInfoListWithTokenResult
<Extension()>
Public Function ListWithToken (operations As IPrincipalOperations, collectionName As String, previousContinuationToken As String) As SecurityPrincipalInfoListWithTokenResult

パラメーター

operations
IPrincipalOperations

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

collectionName
String

必須。 RemoteApp コレクション名。

previousContinuationToken
String

省略可能。 継続トークン。

戻り値

同意の状態と継続トークンを持つプリンシパルの一覧。

適用対象