Share via


SharedGalleryImageVersionStorageProfile Class

Definition

This is the storage profile of a Gallery Image Version.

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

Properties

DataDiskImages

A list of data disk images.

OSDiskImage

This is the OS disk image.

Explicit Interface Implementations

IJsonModel<SharedGalleryImageVersionStorageProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SharedGalleryImageVersionStorageProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SharedGalleryImageVersionStorageProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SharedGalleryImageVersionStorageProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SharedGalleryImageVersionStorageProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to