CommunityGalleryImageIdentifier Class

Definition

This is the community gallery image definition identifier.

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

Properties

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.

Explicit Interface Implementations

IJsonModel<CommunityGalleryImageIdentifier>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CommunityGalleryImageIdentifier>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CommunityGalleryImageIdentifier>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CommunityGalleryImageIdentifier>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CommunityGalleryImageIdentifier>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to