你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Remove-AzureADMSScopedRoleMembership
删除作用域内的角色成员身份。
语法
Remove-AzureADMSScopedRoleMembership
-Id <String>
-ScopedRoleMembershipId <String>
[<CommonParameters>]
说明
Remove-AzureADMSScopedRoleMembership cmdlet 从 Azure Active Directory (AD) 中删除作用域内的角色成员身份。
示例
示例 1
Remove-AzureADMSScopedRoleMembership -Id "1026185e-25df-4522-a380-7ab697a7241c" -ScopedRoleMembershipId "3028185e-25df-4522-a380-7ab697a7241c"
删除作用域成员身份。
参数
-Id
指定对象 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ScopedRoleMembershipId
指定要删除的范围角色成员身份的 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |