ExpandMsixImage Class

Definition

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

public class ExpandMsixImage : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DesktopVirtualization.Models.ExpandMsixImage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DesktopVirtualization.Models.ExpandMsixImage>
type ExpandMsixImage = class
    inherit ResourceData
    interface IJsonModel<ExpandMsixImage>
    interface IPersistableModel<ExpandMsixImage>
Public Class ExpandMsixImage
Inherits ResourceData
Implements IJsonModel(Of ExpandMsixImage), IPersistableModel(Of ExpandMsixImage)
Inheritance
ExpandMsixImage
Implements

Constructors

ExpandMsixImage()

Initializes a new instance of ExpandMsixImage.

Properties

CertificateExpiry

Date certificate expires, found in the appxmanifest.xml.

CertificateName

Certificate name found in the appxmanifest.xml.

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<ExpandMsixImage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExpandMsixImage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpandMsixImage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpandMsixImage>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExpandMsixImage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to