你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADMSPrivilegedRoleSetting
获取角色设置
语法
Get-AzureADMSPrivilegedRoleSetting
-ProviderId <String>
[-Top <Int32>]
[-Filter <String>]
[<CommonParameters>]
Get-AzureADMSPrivilegedRoleSetting
-ProviderId <String>
-Id <String>
[<CommonParameters>]
说明
获取角色设置
示例
示例 1
PS C:\> Get-AzureADMSPrivilegedRoleSetting -ProviderId AzureResources -Filter "ResourceId eq 'e5e7d29d-5465-45ac-885f-4716a5ee74b5'"
获取特定提供程序和资源的角色设置
示例 2
PS C:\> Get-AzureADMSPrivilegedRoleSetting -ProviderId AzureResources -Id 4b95b664-7434-48e6-8dec-34caf4d8c3bd
获取特定提供程序和 ID 的角色设置
参数
-Filter
Odata 的筛选器
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-Id
特定角色设置的唯一标识符
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ProviderId
特定提供程序的唯一标识符
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Top
排名靠前的计数
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
输入
Nullable<T>[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]