ApplicationPatch interface

Application properties that can be patched.

Properties

applicationType

Resource Type of Application.

commandLineArguments

Command Line Arguments for Application.

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.

description

Description of Application.

filePath

Specifies a path for the executable file for the application.

friendlyName

Friendly name of Application.

iconIndex

Index of the icon.

iconPath

Path to icon.

msixPackageApplicationId

Specifies the package application Id for MSIX applications

msixPackageFamilyName

Specifies the package family name for MSIX applications

showInPortal

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}