Uses of Interface
com.microsoft.azure.management.graphrbac.ActiveDirectoryGroup.Update
Package
Description
This package contains the classes for GraphRbacManagementClient.
-
Uses of ActiveDirectoryGroup.Update in com.microsoft.azure.management.graphrbac
Modifier and TypeMethodDescriptionActiveDirectoryGroup.UpdateStages.WithMember.withMember
(ActiveDirectoryGroup group) Adds a group as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withMember
(ActiveDirectoryUser user) Adds a user as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withMember
(ServicePrincipal servicePrincipal) Adds a service principal as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withMember
(String objectId) Adds a member based on its object id.ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember
(ActiveDirectoryGroup group) Removes a group as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember
(ActiveDirectoryUser user) Removes a user as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember
(ServicePrincipal servicePrincipal) Removes a service principal as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember
(String objectId) Removes a member based on its object id.