共用方式為


Get-AzureADMSPrivilegedRoleAssignmentRequest

取得特定資源的角色指派要求

語法

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

Description

取得特定資源的角色指派要求

範例

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

取得特定提供者和標識碼的角色指派要求

參數

-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

輸入

String

Nullable<T>[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

輸出

Object