ExpandMsixImage interface
Represents the definition of contents retrieved after expanding the MSIX Image.
- Extends
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 |
Specifies how to register Package in feed. |
last |
Date Package was last updated, found in the appxmanifest.xml. |
package |
Alias of MSIX Package. |
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. |
Inherited Properties
id | Fully qualified resource ID for the resource. E.g. "/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. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. 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
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
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 MSIX Package.
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
Inherited Property Details
id
Fully qualified resource ID for the resource. E.g. "/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
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From Resource.systemData
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