共用方式為


Get-AzRoleDefinition

列出所有可用於指派的 Azure RBAC 角色。

語法

Get-AzRoleDefinition
   [[-Name] <String>]
   [-Scope <String>]
   [-SkipClientSideScopeValidation]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzRoleDefinition
   -Id <Guid>
   [-Scope <String>]
   [-SkipClientSideScopeValidation]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzRoleDefinition
   [-Scope <String>]
   [-Custom]
   [-SkipClientSideScopeValidation]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

使用 Get-AzRoleDefinition 命令搭配特定角色名稱來檢視其詳細數據。 若要檢查角色授與存取權的個別作業,請檢閱角色的Actions和 NotActions 屬性。

範例

範例 1

Get-AzRoleDefinition -Name Reader

取得讀取者角色定義

範例 2

Get-AzRoleDefinition

列出所有 RBAC 角色定義

參數

-Custom

如果指定,則只會在目錄中顯示自定義建立的角色。

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

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Id

角色定義標識碼。

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

-Name

角色定義名稱。 例如讀者、參與者、虛擬機參與者。

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

-Scope

角色定義範圍。

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

-SkipClientSideScopeValidation

如果指定,請略過客戶端範圍驗證。

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

輸入

String

Guid

SwitchParameter

輸出

PSRoleDefinition

備註

關鍵詞:azure, azurerm, arm, 資源, 管理, 管理員, 資源, 群組, 範本, 部署