GalleryImageIdentifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the gallery image definition identifier.
public class GalleryImageIdentifier : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.GalleryImageIdentifier>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.GalleryImageIdentifier>
type GalleryImageIdentifier = class
interface IJsonModel<GalleryImageIdentifier>
interface IPersistableModel<GalleryImageIdentifier>
Public Class GalleryImageIdentifier
Implements IJsonModel(Of GalleryImageIdentifier), IPersistableModel(Of GalleryImageIdentifier)
- Inheritance
-
GalleryImageIdentifier
- Implements
Constructors
GalleryImageIdentifier(String, String, String) |
Initializes a new instance of GalleryImageIdentifier. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<GalleryImageIdentifier>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GalleryImageIdentifier>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GalleryImageIdentifier>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GalleryImageIdentifier>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GalleryImageIdentifier>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET