Get-AzMixedRealityRemoteRenderingAccount
擷取遠程轉譯帳戶。
語法
Get-AzMixedRealityRemoteRenderingAccount
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMixedRealityRemoteRenderingAccount
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMixedRealityRemoteRenderingAccount
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzMixedRealityRemoteRenderingAccount
-InputObject <IMixedRealityIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
擷取遠程轉譯帳戶。
範例
範例 1:依訂用帳戶列出遠端轉譯帳戶。
Get-AzMixedRealityRemoteRenderingAccount
Location Name ResourceGroupName
-------- ---- -----------------
eastus azpstestrenderingaccount azps_test_group
依訂用帳戶列出遠端轉譯帳戶。
範例 2:依資源群組列出遠端轉譯帳戶。
Get-AzMixedRealityRemoteRenderingAccount -ResourceGroupName azps_test_group
Location Name ResourceGroupName
-------- ---- -----------------
eastus azpstestrenderingaccount azps_test_group
依資源群組列出遠程轉譯帳戶。
範例 3:取得遠端轉譯帳戶。
Get-AzMixedRealityRemoteRenderingAccount -ResourceGroupName azps_test_group -Name azpstestrenderingaccount
Location Name ResourceGroupName
-------- ---- -----------------
eastus azpstestrenderingaccount azps_test_group
取得遠端轉譯帳戶。
參數
-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.
類型: | IMixedRealityIdentity |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Name
混合實境帳戶的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
Azure 資源群組的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SubscriptionId
Azure 訂用帳戶標識碼。 這是 GUID 格式的字串(例如 0000000000-0000-0000-0000-0000000000000000)
類型: | String[] |
Position: | Named |
預設值: | (Get-AzContext).Subscription.Id |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |