PrincipalOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RmoteApp management client
public static class PrincipalOperationsExtensions
type PrincipalOperationsExtensions = class
Public Module PrincipalOperationsExtensions
- Inheritance
-
PrincipalOperationsExtensions
Methods
Add(IPrincipalOperations, String, SecurityPrincipalList) |
Adds a list of principals to the given collection. |
AddAsync(IPrincipalOperations, String, SecurityPrincipalList) |
Adds a list of principals to the given collection. |
AddToApp(IPrincipalOperations, String, String, SecurityPrincipalList) |
Adds a list of principals to the given collection. |
AddToAppAsync(IPrincipalOperations, String, String, SecurityPrincipalList) |
Adds a list of principals to the given collection. |
Delete(IPrincipalOperations, String, SecurityPrincipalList) |
Deletes a list of principals from the given collection. |
DeleteAsync(IPrincipalOperations, String, SecurityPrincipalList) |
Deletes a list of principals from the given collection. |
DeleteFromApp(IPrincipalOperations, String, String, SecurityPrincipalList) |
Deletes a list of principals from the given app. |
DeleteFromAppAsync(IPrincipalOperations, String, String, SecurityPrincipalList) |
Deletes a list of principals from the given app. |
List(IPrincipalOperations, String) |
Gets a list of all RemoteApp principals associated with the given collection. |
ListAsync(IPrincipalOperations, String) |
Gets a list of all RemoteApp principals associated with the given collection. |
ListForApp(IPrincipalOperations, String, String) |
Gets a list of all RemoteApp principals associated with the given app in a collection. |
ListForAppAsync(IPrincipalOperations, String, String) |
Gets a list of all RemoteApp principals associated with the given app in a collection. |
ListForAppWithToken(IPrincipalOperations, String, String, String) |
Gets a list of all RemoteApp principals associated with the given app in a collection using continuation token. |
ListForAppWithTokenAsync(IPrincipalOperations, String, String, String) |
Gets a list of all RemoteApp principals associated with the given app in a collection using continuation token. |
ListWithToken(IPrincipalOperations, String, String) |
Gets a list of all RemoteApp principals associated with the given collection using continuation token. |
ListWithTokenAsync(IPrincipalOperations, String, String) |
Gets a list of all RemoteApp principals associated with the given collection using continuation token. |
Applies to
Azure SDK for .NET