你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Remove-MsolForeignGroupFromRole
从合作伙伴租户中删除安全组。
语法
Remove-MsolForeignGroupFromRole
-ForeignGroupObjectId <Guid>
-ForeignCompanyObjectId <Guid>
-RoleObjectId <Guid>
[-TenantId <Guid>]
[<CommonParameters>]
说明
Remove-MsolForeignGroupFromRole cmdlet 从此租户中的指定角色的合作伙伴租户中删除安全组。
参数
-ForeignCompanyObjectId
指定包含要删除的组的合作伙伴租户的对象 ID。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ForeignGroupObjectId
指定要删除的合作伙伴租户中组的唯一对象 ID。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-RoleObjectId
指定要从中删除组的角色的唯一对象 ID。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-TenantId
指定要对其执行操作的租户的唯一 ID。 默认值为当前用户的租户。 此参数仅适用于合作伙伴用户。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |