Get-AzUserAssignedIdentity
取得身分識別。
語法
Get-AzUserAssignedIdentity
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzUserAssignedIdentity
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzUserAssignedIdentity
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzUserAssignedIdentity
-InputObject <IManagedServiceIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
取得身分識別。
範例
範例 1:列出訂用帳戶下的使用者指派身分識別
Get-AzUserAssignedIdentity
Location Name ResourceGroupName
-------- ---- -----------------
eastus AzSecPackAutoConfigUA-eastus AzSecPackAutoConfigRG
eastus uai-pwsh01 azure-rg-test
eastus2 AzSecPackAutoConfigUA-eastus2 AzSecPackAutoConfigRG
此命令會列出訂用帳戶下使用者指派的身分識別。
範例 2:列出資源群組下的使用者指派身分識別
Get-AzUserAssignedIdentity -ResourceGroupName azure-rg-test
Location Name ResourceGroupName
-------- ---- -----------------
eastus uai-pwsh01 azure-rg-test
此命令會列出資源群組下的使用者指派身分識別。
範例 3:取得使用者指派的身分識別
Get-AzUserAssignedIdentity -ResourceGroupName azure-rg-test -Name uai-pwsh01
Location Name ResourceGroupName
-------- ---- -----------------
eastus uai-pwsh01 azure-rg-test
此命令會取得使用者指派的身分識別。
範例 4:依管線取得使用者指派的身分識別
New-AzUserAssignedIdentity -ResourceGroupName azure-rg-test -Name uai-pwsh01 -Location eastus `
| Get-AzUserAssignedIdentity
Location Name ResourceGroupName
-------- ---- -----------------
eastus uai-pwsh01 azure-rg-test
此命令會依管線取得使用者指派的身分識別。
參數
-DefaultProfile
DefaultProfile 參數無法運作。 如果針對不同的訂用帳戶執行 Cmdlet,請使用 SubscriptionId 參數。
類型: | PSObject |
別名: | AzureRMContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
類型: | IManagedServiceIdentity |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Name
識別資源的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
身分識別所屬的資源群組名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SubscriptionId
身分識別所屬的訂用帳戶標識碼。
類型: | String[] |
Position: | Named |
預設值: | (Get-AzContext).Subscription.Id |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |