次の方法で共有


IPrincipalOperations インターフェイス

定義

RemoteApp プリンシパル操作。

public interface IPrincipalOperations
type IPrincipalOperations = interface
Public Interface IPrincipalOperations

メソッド

AddAsync(String, SecurityPrincipalList, CancellationToken)

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

AddToAppAsync(String, String, SecurityPrincipalList, CancellationToken)

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

DeleteAsync(String, SecurityPrincipalList, CancellationToken)

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

DeleteFromAppAsync(String, String, SecurityPrincipalList, CancellationToken)

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

ListAsync(String, CancellationToken)

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

ListForAppAsync(String, String, CancellationToken)

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

ListForAppWithTokenAsync(String, String, String, CancellationToken)

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

ListWithTokenAsync(String, String, CancellationToken)

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

拡張メソッド

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 プリンシパルの一覧を取得します。

適用対象