AppAttachPackageInfoProperties interface
Schema for Import Package Information properties.
Properties
certificate |
Date certificate expires, found in the appxmanifest.xml. |
certificate |
Certificate name found in the appxmanifest.xml. |
display |
User friendly Name to be displayed in the portal. |
image |
VHD/CIM image path on Network Share. |
is |
Make this version of the package the active one across the hostpool. |
is |
Is package timestamped so it can ignore the certificate expiry date |
is |
Specifies how to register Package in feed. |
last |
Date Package was last updated, found in the appxmanifest.xml. |
package |
Alias of App Attach Package. Assigned at import time |
package |
List of package applications. |
package |
List of package dependencies. |
package |
Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name. |
package |
Package Full Name from appxmanifest.xml. |
package |
Package Name from appxmanifest.xml. |
package |
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