ExpandMsixImage Class

Definition

Represents the definition of contents retrieved after expanding the MSIX Image.

public class ExpandMsixImage : Azure.ResourceManager.Models.ResourceData
type ExpandMsixImage = class
    inherit ResourceData
Public Class ExpandMsixImage
Inherits ResourceData
Inheritance
ExpandMsixImage

Constructors

ExpandMsixImage()

Initializes a new instance of ExpandMsixImage.

Properties

DisplayName

User friendly Name to be displayed in the portal.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
ImagePath

VHD/CIM image path on Network Share.

IsActive

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

IsRegularRegistration

Specifies how to register Package in feed.

LastUpdatedOn

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

Name

The name of the resource.

(Inherited from ResourceData)
PackageAlias

Alias of MSIX Package.

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.

ResourceType

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

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Version

Package Version found in the appxmanifest.xml.

Applies to