Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationPatch

Package version

Application properties that can be patched.

Hierarchy

  • ApplicationPatch

Index

Properties

Optional applicationType

applicationType: RemoteApplicationType

Resource Type of Application.

Optional commandLineArguments

commandLineArguments: undefined | string

Command Line Arguments for Application.

Optional commandLineSetting

commandLineSetting: 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.

Optional description

description: undefined | string

Description of Application.

Optional filePath

filePath: undefined | string

Specifies a path for the executable file for the application.

Optional friendlyName

friendlyName: undefined | string

Friendly name of Application.

Optional iconIndex

iconIndex: undefined | number

Index of the icon.

Optional iconPath

iconPath: undefined | string

Path to icon.

Optional msixPackageApplicationId

msixPackageApplicationId: undefined | string

Specifies the package application Id for MSIX applications

Optional msixPackageFamilyName

msixPackageFamilyName: undefined | string

Specifies the package family name for MSIX applications

Optional showInPortal

showInPortal: undefined | false | true

Specifies whether to show the RemoteApp program in the RD Web Access server.

Optional tags

tags: undefined | {}

tags to be updated

Generated using TypeDoc