Share via


ImportPackageInfoContent Class

Definition

Information to import app attach package.

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

Constructors

Name Description
ImportPackageInfoContent()

Initializes a new instance of ImportPackageInfoContent.

Properties

Name Description
PackageArchitecture

Possible device architectures that an app attach package can be configured for.

Path

URI to Image.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ImportPackageInfoContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ImportPackageInfoContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ImportPackageInfoContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ImportPackageInfoContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ImportPackageInfoContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to