Application interface
Schema for Application properties.
- Extends
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 |
the icon a 64 bit string as a byte array. NOTE: This property will not be serialized. It can only be populated by the server. |
icon |
Hash of the icon. NOTE: This property will not be serialized. It can only be populated by the server. |
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 |
object |
ObjectId of Application. (internal use) NOTE: This property will not be serialized. It can only be populated by the server. |
show |
Specifies whether to show the RemoteApp program in the RD Web Access server. |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
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
iconContent
the icon a 64 bit string as a byte array. NOTE: This property will not be serialized. It can only be populated by the server.
iconContent?: Uint8Array
Property Value
Uint8Array
iconHash
Hash of the icon. NOTE: This property will not be serialized. It can only be populated by the server.
iconHash?: 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
objectId
ObjectId of Application. (internal use) NOTE: This property will not be serialized. It can only be populated by the server.
objectId?: string
Property Value
string
showInPortal
Specifies whether to show the RemoteApp program in the RD Web Access server.
showInPortal?: boolean
Property Value
boolean
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type