GalleryImageFeature Class

Definition

A feature for gallery image.

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

Constructors

GalleryImageFeature()

Initializes a new instance of GalleryImageFeature.

Properties

Name

The name of the gallery image feature.

Value

The value of the gallery image feature.

Explicit Interface Implementations

IJsonModel<GalleryImageFeature>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GalleryImageFeature>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GalleryImageFeature>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GalleryImageFeature>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GalleryImageFeature>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to