MsixPackage interface

Schema for MSIX Package properties.

Extends

Properties

displayName

User friendly Name to be displayed in the portal.

imagePath

VHD/CIM image path on Network Share.

isActive

Make this version of the package the active one across the hostpool.

isRegularRegistration

Specifies how to register Package in feed.

lastUpdated

Date Package was last updated, found in the appxmanifest.xml.

packageApplications

List of package applications.

packageDependencies

List of package dependencies.

packageFamilyName

Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.

packageName

Package Name from appxmanifest.xml.

packageRelativePath

Relative Path to the package inside the image.

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.

version

Package Version found in the appxmanifest.xml.

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

displayName

User friendly Name to be displayed in the portal.

displayName?: string

Property Value

string

imagePath

VHD/CIM image path on Network Share.

imagePath?: string

Property Value

string

isActive

Make this version of the package the active one across the hostpool.

isActive?: boolean

Property Value

boolean

isRegularRegistration

Specifies how to register Package in feed.

isRegularRegistration?: boolean

Property Value

boolean

lastUpdated

Date Package was last updated, found in the appxmanifest.xml.

lastUpdated?: Date

Property Value

Date

packageApplications

List of package applications.

packageApplications?: MsixPackageApplications[]

Property Value

packageDependencies

List of package dependencies.

packageDependencies?: MsixPackageDependencies[]

Property Value

packageFamilyName

Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.

packageFamilyName?: string

Property Value

string

packageName

Package Name from appxmanifest.xml.

packageName?: string

Property Value

string

packageRelativePath

Relative Path to the package inside the image.

packageRelativePath?: string

Property Value

string

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

version

Package Version found in the appxmanifest.xml.

version?: string

Property Value

string

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