Application interface
应用程序属性的架构。
- 扩展
属性
| application |
应用程序的资源类型。 |
| command |
应用程序的命令行参数。 |
| command |
指定是否可以使用客户端提供的命令行参数、发布时指定的命令行参数或根本没有命令行参数启动此已发布的应用程序。 |
| description | 应用程序的说明。 |
| file |
指定应用程序的可执行文件的路径。 |
| friendly |
应用程序的友好名称。 |
| icon |
图标为 64 位字符串作为字节数组。 注意:此属性不会序列化。 它只能由服务器填充。 |
| icon |
图标的哈希。 注意:此属性不会序列化。 它只能由服务器填充。 |
| icon |
图标的索引。 |
| icon |
图标的路径。 |
| msix |
指定 MSIX 应用程序的包应用程序 ID |
| msix |
指定 MSIX 应用程序的包系列名称 |
| object |
Application 的 ObjectId。 (内部使用)注意:此属性不会序列化。 它只能由服务器填充。 |
| show |
指定是否在 RD Web 访问服务器中显示 RemoteApp 程序。 |
继承属性
| id | 资源的完全限定资源 ID。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}”注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 资源说明的名称:此属性不会序列化。 它只能由服务器填充。 |
| system |
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 注意:此属性不会序列化。 它只能由服务器填充。 |
| type | 资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
applicationType
应用程序的资源类型。
applicationType?: string
属性值
string
commandLineArguments
应用程序的命令行参数。
commandLineArguments?: string
属性值
string
commandLineSetting
指定是否可以使用客户端提供的命令行参数、发布时指定的命令行参数或根本没有命令行参数启动此已发布的应用程序。
commandLineSetting: string
属性值
string
description
应用程序的说明。
description?: string
属性值
string
filePath
指定应用程序的可执行文件的路径。
filePath?: string
属性值
string
friendlyName
应用程序的友好名称。
friendlyName?: string
属性值
string
iconContent
图标为 64 位字符串作为字节数组。 注意:此属性不会序列化。 它只能由服务器填充。
iconContent?: Uint8Array
属性值
Uint8Array
iconHash
图标的哈希。 注意:此属性不会序列化。 它只能由服务器填充。
iconHash?: string
属性值
string
iconIndex
图标的索引。
iconIndex?: number
属性值
number
iconPath
图标的路径。
iconPath?: string
属性值
string
msixPackageApplicationId
指定 MSIX 应用程序的包应用程序 ID
msixPackageApplicationId?: string
属性值
string
msixPackageFamilyName
指定 MSIX 应用程序的包系列名称
msixPackageFamilyName?: string
属性值
string
objectId
Application 的 ObjectId。 (内部使用)注意:此属性不会序列化。 它只能由服务器填充。
objectId?: string
属性值
string
showInPortal
指定是否在 RD Web 访问服务器中显示 RemoteApp 程序。
showInPortal?: boolean
属性值
boolean
继承属性详细信息
id
资源的完全限定资源 ID。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}”注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
继承自
name
资源说明的名称:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
继承自
systemData
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 注意:此属性不会序列化。 它只能由服务器填充。
systemData?: SystemData
属性值
type
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string