GetMSIXPackageResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val displayName: String? = null

User friendly Name to be displayed in the portal.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard
val imagePath: String? = null

VHD/CIM image path on Network Share.

Link copied to clipboard
val isActive: Boolean? = null

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

Link copied to clipboard

Specifies how to register Package in feed.

Link copied to clipboard
val lastUpdated: String? = null

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

Link copied to clipboard

The name of the resource

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
val packageName: String? = null

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.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val version: String? = null

Package version found in the appxmanifest.xml.