共用方式為


DevTestLabGalleryImageReference Class

Definition

The reference information for an Azure Marketplace image.

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

Constructors

DevTestLabGalleryImageReference()

Initializes a new instance of DevTestLabGalleryImageReference.

Properties

Offer

The offer of the gallery image.

OSType

The OS type of the gallery image.

Publisher

The publisher of the gallery image.

Sku

The SKU of the gallery image.

Version

The version of the gallery image.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevTestLabGalleryImageReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabGalleryImageReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabGalleryImageReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabGalleryImageReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabGalleryImageReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to