| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryGroup.Update |
ActiveDirectoryGroup.UpdateStages.WithMember.withMember(ActiveDirectoryGroup group)
Adds a group as a member in the group.
|
ActiveDirectoryGroup.Update |
ActiveDirectoryGroup.UpdateStages.WithMember.withMember(ActiveDirectoryUser user)
Adds a user as a member in the group.
|
ActiveDirectoryGroup.Update |
ActiveDirectoryGroup.UpdateStages.WithMember.withMember(ServicePrincipal servicePrincipal)
Adds a service principal as a member in the group.
|
ActiveDirectoryGroup.Update |
ActiveDirectoryGroup.UpdateStages.WithMember.withMember(String objectId)
Adds a member based on its object id.
|
ActiveDirectoryGroup.Update |
ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(ActiveDirectoryGroup group)
Removes a group as a member in the group.
|
ActiveDirectoryGroup.Update |
ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(ActiveDirectoryUser user)
Removes a user as a member in the group.
|
ActiveDirectoryGroup.Update |
ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(ServicePrincipal servicePrincipal)
Removes a service principal as a member in the group.
|
ActiveDirectoryGroup.Update |
ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(String objectId)
Removes a member based on its object id.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/