GalleryArtifactVersionFullSource Class

Definition

The source of the gallery artifact version.

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

Constructors

GalleryArtifactVersionFullSource()

Initializes a new instance of GalleryArtifactVersionFullSource.

Properties

CommunityGalleryImageId

The resource Id of the source Community Gallery Image. Only required when using Community Gallery Image as a source.

Id

The id of the gallery artifact version source.

(Inherited from GalleryArtifactVersionSource)
Uri

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

(Inherited from GalleryArtifactVersionSource)
VirtualMachineId

The resource Id of the source virtual machine. Only required when capturing a virtual machine to source this Gallery Image Version.

Explicit Interface Implementations

IJsonModel<GalleryArtifactVersionFullSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GalleryArtifactVersionFullSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<GalleryArtifactVersionSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from GalleryArtifactVersionSource)
IJsonModel<GalleryArtifactVersionSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from GalleryArtifactVersionSource)
IPersistableModel<GalleryArtifactVersionFullSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GalleryArtifactVersionFullSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GalleryArtifactVersionFullSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<GalleryArtifactVersionSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from GalleryArtifactVersionSource)
IPersistableModel<GalleryArtifactVersionSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from GalleryArtifactVersionSource)
IPersistableModel<GalleryArtifactVersionSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from GalleryArtifactVersionSource)

Applies to