GetApplicationResult

data class GetApplicationResult(val applicationType: String? = null, val azureApiVersion: String, val commandLineArguments: String? = null, val commandLineSetting: String, val description: String? = null, val filePath: String? = null, val friendlyName: String? = null, val iconContent: String, val iconHash: String, val iconIndex: Int? = null, val iconPath: String? = null, val id: String, val msixPackageApplicationId: String? = null, val msixPackageFamilyName: String? = null, val name: String, val objectId: String, val showInPortal: Boolean? = null, val systemData: SystemDataResponse, val type: String)

Schema for Application properties.

Constructors

Link copied to clipboard
constructor(applicationType: String? = null, azureApiVersion: String, commandLineArguments: String? = null, commandLineSetting: String, description: String? = null, filePath: String? = null, friendlyName: String? = null, iconContent: String, iconHash: String, iconIndex: Int? = null, iconPath: String? = null, id: String, msixPackageApplicationId: String? = null, msixPackageFamilyName: String? = null, name: String, objectId: String, showInPortal: Boolean? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationType: String? = null

Resource Type of Application.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Command Line Arguments for Application.

Link copied to clipboard

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.

Link copied to clipboard
val description: String? = null

Description of Application.

Link copied to clipboard
val filePath: String? = null

Specifies a path for the executable file for the application.

Link copied to clipboard
val friendlyName: String? = null

Friendly name of Application.

Link copied to clipboard

the icon a 64 bit string as a byte array.

Link copied to clipboard

Hash of the icon.

Link copied to clipboard
val iconIndex: Int? = null

Index of the icon.

Link copied to clipboard
val iconPath: String? = null

Path to icon.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Specifies the package application Id for MSIX applications

Link copied to clipboard

Specifies the package family name for MSIX applications

Link copied to clipboard

The name of the resource

Link copied to clipboard

ObjectId of Application. (internal use)

Link copied to clipboard
val showInPortal: Boolean? = null

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

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"