Megosztás a következőn keresztül:


MsixPackageData Class

Definition

A class representing the MsixPackage data model. Schema for MSIX Package properties.

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

Constructors

MsixPackageData()

Initializes a new instance of MsixPackageData.

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)
PackageApplications

List of package applications.

PackageDependencies

List of package dependencies.

PackageFamilyName

Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.

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