共用方式為


Get-AzureADMSPrivilegedRoleDefinition

取得角色定義

語法

Get-AzureADMSPrivilegedRoleDefinition
   -ProviderId <String>
   -ResourceId <String>
   [-Top <Int32>]
   [-Filter <String>]
   [<CommonParameters>]
Get-AzureADMSPrivilegedRoleDefinition
   -ProviderId <String>
   -ResourceId <String>
   -Id <String>
   [<CommonParameters>]

Description

取得角色定義

範例

範例 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

取得特定提供者、資源和標識碼的角色定義

參數

-Filter

{{ 填滿篩選描述 }}

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-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

輸入

String

輸出

Object