ApplicationPatch interface
Application properties that can be patched.
Properties
application |
Resource Type of Application. |
command |
Command Line Arguments for Application. |
command |
Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all. |
description | Description of Application. |
file |
Specifies a path for the executable file for the application. |
friendly |
Friendly name of Application. |
icon |
Index of the icon. |
icon |
Path to icon. |
msix |
Specifies the package application Id for MSIX applications |
msix |
Specifies the package family name for MSIX applications |
show |
Specifies whether to show the RemoteApp program in the RD Web Access server. |
tags | tags to be updated |
Property Details
applicationType
Resource Type of Application.
applicationType?: string
Property Value
string
commandLineArguments
Command Line Arguments for Application.
commandLineArguments?: string
Property Value
string
commandLineSetting
Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.
commandLineSetting?: string
Property Value
string
description
Description of Application.
description?: string
Property Value
string
filePath
Specifies a path for the executable file for the application.
filePath?: string
Property Value
string
friendlyName
Friendly name of Application.
friendlyName?: string
Property Value
string
iconIndex
Index of the icon.
iconIndex?: number
Property Value
number
iconPath
Path to icon.
iconPath?: string
Property Value
string
msixPackageApplicationId
Specifies the package application Id for MSIX applications
msixPackageApplicationId?: string
Property Value
string
msixPackageFamilyName
Specifies the package family name for MSIX applications
msixPackageFamilyName?: string
Property Value
string
showInPortal
Specifies whether to show the RemoteApp program in the RD Web Access server.
showInPortal?: boolean
Property Value
boolean
tags
tags to be updated
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}