Application interface
應用程式屬性的架構。
- Extends
屬性
application |
應用程式的資源類型。 |
command |
應用程式的命令行自變數。 |
command |
指定是否可以使用用戶端提供的命令行自變數、發佈時指定的命令行自變數,或完全沒有命令行自變數來啟動這個已發佈的應用程式。 |
description | 應用程式的描述。 |
file |
指定應用程式的可執行檔案路徑。 |
friendly |
應用程式的易記名稱。 |
icon |
圖示 64 位字串做為位元組陣列。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
icon |
圖示的哈希。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
icon |
圖示的索引。 |
icon |
圖示的路徑。 |
msix |
指定 MSIX 應用程式的封裝應用程式識別碼 |
msix |
指定 MSIX 應用程式的套件系列名稱 |
object |
Application 的 ObjectId。 (內部使用)注意:這個屬性不會串行化。 它只能由伺服器填入。 |
show |
指定是否要在 RD Web 存取伺服器中顯示 RemoteApp 程式。 |
繼承的屬性
id | 資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
applicationType
應用程式的資源類型。
applicationType?: string
屬性值
string
commandLineArguments
應用程式的命令行自變數。
commandLineArguments?: string
屬性值
string
commandLineSetting
指定是否可以使用用戶端提供的命令行自變數、發佈時指定的命令行自變數,或完全沒有命令行自變數來啟動這個已發佈的應用程式。
commandLineSetting: string
屬性值
string
description
應用程式的描述。
description?: string
屬性值
string
filePath
指定應用程式的可執行檔案路徑。
filePath?: string
屬性值
string
friendlyName
應用程式的易記名稱。
friendlyName?: string
屬性值
string
iconContent
圖示 64 位字串做為位元組陣列。 注意:這個屬性不會串行化。 它只能由伺服器填入。
iconContent?: Uint8Array
屬性值
Uint8Array
iconHash
圖示的哈希。 注意:這個屬性不會串行化。 它只能由伺服器填入。
iconHash?: string
屬性值
string
iconIndex
圖示的索引。
iconIndex?: number
屬性值
number
iconPath
圖示的路徑。
iconPath?: string
屬性值
string
msixPackageApplicationId
指定 MSIX 應用程式的封裝應用程式識別碼
msixPackageApplicationId?: string
屬性值
string
msixPackageFamilyName
指定 MSIX 應用程式的套件系列名稱
msixPackageFamilyName?: string
屬性值
string
objectId
Application 的 ObjectId。 (內部使用)注意:這個屬性不會串行化。 它只能由伺服器填入。
objectId?: string
屬性值
string
showInPortal
指定是否要在 RD Web 存取伺服器中顯示 RemoteApp 程式。
showInPortal?: boolean
屬性值
boolean
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
繼承自Resource.id
name
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。
systemData?: SystemData
屬性值
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string