你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationPatch interface

可以修补的应用程序属性。

属性

applicationType

应用程序的资源类型。

commandLineArguments

应用程序的命令行参数。

commandLineSetting

指定是否可以使用客户端提供的命令行参数、发布时指定的命令行参数或根本没有命令行参数启动此已发布的应用程序。

description

应用程序的说明。

filePath

指定应用程序的可执行文件的路径。

friendlyName

应用程序的友好名称。

iconIndex

图标的索引。

iconPath

图标的路径。

msixPackageApplicationId

指定 MSIX 应用程序的包应用程序 ID

msixPackageFamilyName

指定 MSIX 应用程序的包系列名称

showInPortal

指定是否在 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}