GalleryArtifactVersionFullSource 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.
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
- 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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from GalleryArtifactVersionSource) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET