Get MSIXPackage Result
data class GetMSIXPackageResult(val azureApiVersion: String, val displayName: String? = null, val id: String, val imagePath: String? = null, val isActive: Boolean? = null, val isRegularRegistration: Boolean? = null, val lastUpdated: String? = null, val name: String, val packageApplications: List<MsixPackageApplicationsResponse>? = null, val packageDependencies: List<MsixPackageDependenciesResponse>? = null, val packageFamilyName: String? = null, val packageName: String? = null, val packageRelativePath: String? = null, val systemData: SystemDataResponse, val type: String, val version: String? = null)
Schema for MSIX Package properties.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, displayName: String? = null, id: String, imagePath: String? = null, isActive: Boolean? = null, isRegularRegistration: Boolean? = null, lastUpdated: String? = null, name: String, packageApplications: List<MsixPackageApplicationsResponse>? = null, packageDependencies: List<MsixPackageDependenciesResponse>? = null, packageFamilyName: String? = null, packageName: String? = null, packageRelativePath: String? = null, systemData: SystemDataResponse, type: String, version: String? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
User friendly Name to be displayed in the portal.
Link copied to clipboard
Specifies how to register Package in feed.
Link copied to clipboard
Date Package was last updated, found in the appxmanifest.xml.
Link copied to clipboard
List of package applications.
Link copied to clipboard
List of package dependencies.
Link copied to clipboard
Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.
Link copied to clipboard
Package Name from appxmanifest.xml.
Link copied to clipboard
Relative Path to the package inside the image.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.