Get-AzureRemoteAppProgram
擷取集合中一或多個已發佈 Azure RemoteApp 程式的屬性。
注意
本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰。
Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。
語法
Get-AzureRemoteAppProgram
[-CollectionName] <String>
[[-RemoteAppProgram] <String>]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Get-AzureRemoteAppProgram
[-CollectionName] <String>
[[-Alias] <String>]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
Get-AzureRemoteAppProgram Cmdlet 會擷取集合中一或多個已發佈 Azure RemoteApp 程式的屬性。
範例
範例 1:擷取程序的屬性
PS C:\> Get-AzureRemoteAppProgram -CollectionName "ContosoApps" -RemoteAppProgram "Finance App"
Alias : edc85816-4b9e-4284-b3dc-faedb505f5d9
AvailableToUsers : True
CommandLineArguments :
IconPngUris : Microsoft.Azure.Management.RemoteApp.Models.IconPngUrisType
IconUri : https://liverdcxstorage.blob.core.windows.net/icons/12345678-1234-1234-1234-123412341234.ico?se=2015-03-01T17%3A29%3A51Z&sr=b&sp=r&sig=abcdCCavbcF%2asY4RascaBauishCasd2FasdBHtasd2BPasdi5dasdD
Name : Contoso Finance
Status : Published
VirtualPath : %SYSTEMDRIVE%\Program Files (x86)\Contoso Finance\Finance.exe
此命令會顯示 Azure RemoteApp 程式的屬性。 名為 Finance App 的程式位於名為 ContosoApps 的 Azure RemoteApp 集合中。
參數
-Alias
指定要擷取屬性的程序別名。
類型: | String |
Position: | 2 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-CollectionName
指定 Azure RemoteApp 集合的名稱。
類型: | String |
別名: | Name |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Profile
指定此 Cmdlet 從中讀取的 Azure 設定檔。 如果您未指定設定檔,此 Cmdlet 會從本機預設配置檔讀取。
類型: | AzureSMProfile |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RemoteAppProgram
指定要擷取屬性的程式名稱。
類型: | String |
Position: | 2 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | True |