次の方法で共有


PrincipalOperationsExtensions クラス

定義

RmoteApp 管理クライアント

public static class PrincipalOperationsExtensions
type PrincipalOperationsExtensions = class
Public Module PrincipalOperationsExtensions
継承
PrincipalOperationsExtensions

メソッド

Add(IPrincipalOperations, String, SecurityPrincipalList)

指定したコレクションにプリンシパルの一覧を追加します。

AddAsync(IPrincipalOperations, String, SecurityPrincipalList)

指定したコレクションにプリンシパルの一覧を追加します。

AddToApp(IPrincipalOperations, String, String, SecurityPrincipalList)

指定したコレクションにプリンシパルの一覧を追加します。

AddToAppAsync(IPrincipalOperations, String, String, SecurityPrincipalList)

指定したコレクションにプリンシパルの一覧を追加します。

Delete(IPrincipalOperations, String, SecurityPrincipalList)

指定したコレクションからプリンシパルの一覧を削除します。

DeleteAsync(IPrincipalOperations, String, SecurityPrincipalList)

指定したコレクションからプリンシパルの一覧を削除します。

DeleteFromApp(IPrincipalOperations, String, String, SecurityPrincipalList)

特定のアプリからプリンシパルの一覧を削除します。

DeleteFromAppAsync(IPrincipalOperations, String, String, SecurityPrincipalList)

特定のアプリからプリンシパルの一覧を削除します。

List(IPrincipalOperations, String)

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

ListAsync(IPrincipalOperations, String)

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

ListForApp(IPrincipalOperations, String, String)

コレクション内の特定のアプリに関連付けられているすべての RemoteApp プリンシパルの一覧を取得します。

ListForAppAsync(IPrincipalOperations, String, String)

コレクション内の特定のアプリに関連付けられているすべての RemoteApp プリンシパルの一覧を取得します。

ListForAppWithToken(IPrincipalOperations, String, String, String)

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

ListForAppWithTokenAsync(IPrincipalOperations, String, String, String)

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

ListWithToken(IPrincipalOperations, String, String)

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

ListWithTokenAsync(IPrincipalOperations, String, String)

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

適用対象