GalleryArtifactVersionSource Class

Definition

The gallery artifact version source.

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

Constructors

GalleryArtifactVersionSource()

Initializes a new instance of GalleryArtifactVersionSource.

Properties

Id

The id of the gallery artifact version source.

Uri

The uri of the gallery artifact version source. Currently used to specify vhd/blob source.

Explicit Interface Implementations

IJsonModel<GalleryArtifactVersionSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GalleryArtifactVersionSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GalleryArtifactVersionSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GalleryArtifactVersionSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GalleryArtifactVersionSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to