你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureADMSPrivilegedRoleDefinition
获取角色定义
语法
Get-AzureADMSPrivilegedRoleDefinition
-ProviderId <String>
-ResourceId <String>
[-Top <Int32>]
[-Filter <String>]
[<CommonParameters>]
Get-AzureADMSPrivilegedRoleDefinition
-ProviderId <String>
-ResourceId <String>
-Id <String>
[<CommonParameters>]
说明
获取角色定义
示例
示例 1
PS C:\> Get-AzureADMSPrivilegedRoleDefinition -ProviderId AzureResources -ResourceId e5e7d29d-5465-45ac-885f-4716a5ee74b5 -Top 10
获取特定提供程序和资源的角色定义
示例 1
PS C:\> Get-AzureADMSPrivilegedRoleDefinition -ProviderId AzureResources -ResourceId e5e7d29d-5465-45ac-885f-4716a5ee74b5 -Id ff67e02b-d77b-4588-9f32-e02b7da6539b
获取特定提供程序、资源和 ID 的角色定义
参数
-Filter
{{ 填充筛选器说明 }}
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-Id
角色定义的 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ProviderId
特定提供程序的唯一标识符
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ResourceId
特定资源的唯一标识符
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-Top
{{ 填充顶部说明 }}
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |