ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember 方法
定义
重载
withoutMember(ActiveDirectoryGroup group) |
Removes a group as a member in the group. |
withoutMember(ActiveDirectoryUser user) |
Removes a user as a member in the group. |
withoutMember(ServicePrincipal servicePrincipal) |
Removes a service principal as a member in the group. |
withoutMember(String objectId) |
Removes a member based on its object id. |
withoutMember(ActiveDirectoryGroup group)
Removes a group as a member in the group.
public Update withoutMember(ActiveDirectoryGroup group)
参数
- group
- ActiveDirectoryGroup
the Active Directory group to remove
返回
the next AD group update stage
withoutMember(ActiveDirectoryUser user)
Removes a user as a member in the group.
public Update withoutMember(ActiveDirectoryUser user)
参数
- user
- ActiveDirectoryUser
the Active Directory user to remove
返回
the next AD group update stage
withoutMember(ServicePrincipal servicePrincipal)
Removes a service principal as a member in the group.
public Update withoutMember(ServicePrincipal servicePrincipal)
参数
- servicePrincipal
- ServicePrincipal
the service principal to remove
返回
the next AD group update stage
withoutMember(String objectId)
Removes a member based on its object id.
public Update withoutMember(String objectId)
参数
- objectId
- String
the Active Directory object's id
返回
the next AD Group update stage