ApplicationPatch interface
可以修补的应用程序属性。
属性
| application |
应用程序的资源类型。 |
| command |
应用程序的命令行参数。 |
| command |
指定是否可以使用客户端提供的命令行参数、发布时指定的命令行参数或根本没有命令行参数启动此已发布的应用程序。 |
| description | 应用程序的说明。 |
| file |
指定应用程序的可执行文件的路径。 |
| friendly |
应用程序的友好名称。 |
| icon |
图标的索引。 |
| icon |
图标的路径。 |
| msix |
指定 MSIX 应用程序的包应用程序 ID |
| msix |
指定 MSIX 应用程序的包系列名称 |
| show |
指定是否在 RD Web 访问服务器中显示 RemoteApp 程序。 |
| tags | 要更新的标记 |
属性详细信息
applicationType
应用程序的资源类型。
applicationType?: string
属性值
string
commandLineArguments
应用程序的命令行参数。
commandLineArguments?: string
属性值
string
commandLineSetting
指定是否可以使用客户端提供的命令行参数、发布时指定的命令行参数或根本没有命令行参数启动此已发布的应用程序。
commandLineSetting?: string
属性值
string
description
应用程序的说明。
description?: string
属性值
string
filePath
指定应用程序的可执行文件的路径。
filePath?: string
属性值
string
friendlyName
应用程序的友好名称。
friendlyName?: string
属性值
string
iconIndex
图标的索引。
iconIndex?: number
属性值
number
iconPath
图标的路径。
iconPath?: string
属性值
string
msixPackageApplicationId
指定 MSIX 应用程序的包应用程序 ID
msixPackageApplicationId?: string
属性值
string
msixPackageFamilyName
指定 MSIX 应用程序的包系列名称
msixPackageFamilyName?: string
属性值
string
showInPortal
指定是否在 RD Web 访问服务器中显示 RemoteApp 程序。
showInPortal?: boolean
属性值
boolean
tags
要更新的标记
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}