次の方法で共有


PrincipalOperationsExtensions.ListForAppWithTokenAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.SecurityPrincipalInfoListWithTokenResult> ListForAppWithTokenAsync (this Microsoft.WindowsAzure.Management.RemoteApp.IPrincipalOperations operations, string collectionName, string appAlias, string previousContinuationToken);
static member ListForAppWithTokenAsync : Microsoft.WindowsAzure.Management.RemoteApp.IPrincipalOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.SecurityPrincipalInfoListWithTokenResult>
<Extension()>
Public Function ListForAppWithTokenAsync (operations As IPrincipalOperations, collectionName As String, appAlias As String, previousContinuationToken As String) As Task(Of SecurityPrincipalInfoListWithTokenResult)

パラメーター

operations
IPrincipalOperations

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

collectionName
String

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

appAlias
String

必須。 アプリケーションエイリアス。

previousContinuationToken
String

任意。 継続トークン。

戻り値

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

適用対象