AppAttachPackageInfoProperties interface

Schema for Import Package Information properties.

Properties

certificateExpiry

Date certificate expires, found in the appxmanifest.xml.

certificateName

Certificate name found in the appxmanifest.xml.

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.

isPackageTimestamped

Is package timestamped so it can ignore the certificate expiry date

isRegularRegistration

Specifies how to register Package in feed.

lastUpdated

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

packageAlias

Alias of App Attach Package. Assigned at import time

packageApplications

List of package applications.

packageDependencies

List of package dependencies.

packageFamilyName

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

packageFullName

Package Full Name from appxmanifest.xml.

packageName

Package Name from appxmanifest.xml.

packageRelativePath

Relative Path to the package inside the image.

version

Package version found in the appxmanifest.xml.

Property Details

certificateExpiry

Date certificate expires, found in the appxmanifest.xml.

certificateExpiry?: Date

Property Value

Date

certificateName

Certificate name found in the appxmanifest.xml.

certificateName?: string

Property Value

string

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

isPackageTimestamped

Is package timestamped so it can ignore the certificate expiry date

isPackageTimestamped?: string

Property Value

string

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

packageAlias

Alias of App Attach Package. Assigned at import time

packageAlias?: string

Property Value

string

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

packageFullName

Package Full Name from appxmanifest.xml.

packageFullName?: 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

version

Package version found in the appxmanifest.xml.

version?: string

Property Value

string