你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADMSPrivilegedRoleAssignmentRequest
获取特定资源的角色分配请求
语法
Get-AzureADMSPrivilegedRoleAssignmentRequest
-ProviderId <String>
[-Top <Int32>]
[-Filter <String>]
[<CommonParameters>]
Get-AzureADMSPrivilegedRoleAssignmentRequest
-ProviderId <String>
-Id <String>
[<CommonParameters>]
说明
获取特定资源的角色分配请求
示例
示例 1
PS C:\> Get-AzureADMSPrivilegedRoleAssignmentRequest -ProviderId AzureResources -Filter "ResourceId eq 'e5e7d29d-5465-45ac-885f-4716a5ee74b5'"
获取特定提供程序和资源的所有角色分配请求
示例 2
PS C:\> Get-AzureADMSPrivilegedRoleAssignmentRequest -ProviderId AzureResources -Id 247438d7-fc8d-4354-a737-4898a4019a95
获取特定提供程序和 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]]