MsixPackageData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the MsixPackage data model. Schema for MSIX Package properties.
public class MsixPackageData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DesktopVirtualization.MsixPackageData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DesktopVirtualization.MsixPackageData>
type MsixPackageData = class
inherit ResourceData
interface IJsonModel<MsixPackageData>
interface IPersistableModel<MsixPackageData>
Public Class MsixPackageData
Inherits ResourceData
Implements IJsonModel(Of MsixPackageData), IPersistableModel(Of MsixPackageData)
- Inheritance
- Implements
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<MsixPackageData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MsixPackageData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MsixPackageData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MsixPackageData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MsixPackageData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET