Share via


MsixPackageDependencies Class

Definition

Schema for MSIX Package Dependencies properties.

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

Constructors

MsixPackageDependencies()

Initializes a new instance of MsixPackageDependencies.

Properties

DependencyName

Name of package dependency.

MinVersion

Dependency version required.

Publisher

Name of dependency publisher.

Explicit Interface Implementations

IJsonModel<MsixPackageDependencies>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MsixPackageDependencies>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MsixPackageDependencies>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MsixPackageDependencies>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MsixPackageDependencies>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to