Share via


HciVmGalleryImageIdentifier Class

Definition

This is the gallery image definition identifier.

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

Constructors

Name Description
HciVmGalleryImageIdentifier(String, String, String)

Initializes a new instance of HciVmGalleryImageIdentifier.

Properties

Name Description
Offer

The name of the gallery image definition offer.

Publisher

The name of the gallery image definition publisher.

Sku

The name of the gallery image definition SKU.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<HciVmGalleryImageIdentifier>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciVmGalleryImageIdentifier>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciVmGalleryImageIdentifier>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciVmGalleryImageIdentifier>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to