Package | Description |
---|---|
com.microsoft.azure.management.graphrbac |
This package contains the classes for GraphRbacManagementClient.
|
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 © 2019. All rights reserved.