GalleryImageVersionStorageProfile Class

Definition

This is the storage profile of a Gallery Image Version.

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

Constructors

GalleryImageVersionStorageProfile()

Initializes a new instance of GalleryImageVersionStorageProfile.

Properties

DataDiskImages

A list of data disk images.

GallerySource

The source of the gallery artifact version.

OSDiskImage

This is the OS disk image.

Explicit Interface Implementations

IJsonModel<GalleryImageVersionStorageProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GalleryImageVersionStorageProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GalleryImageVersionStorageProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GalleryImageVersionStorageProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GalleryImageVersionStorageProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to