Share via


GalleryArtifactSource Class

Definition

The source image from which the Image Version is going to be created.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryArtifactSourceTypeConverter))]
public class GalleryArtifactSource : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryArtifactSource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryArtifactSourceTypeConverter))>]
type GalleryArtifactSource = class
    interface IGalleryArtifactSource
    interface IJsonSerializable
Public Class GalleryArtifactSource
Implements IGalleryArtifactSource
Inheritance
GalleryArtifactSource
Attributes
Implements

Constructors

GalleryArtifactSource()

Creates an new GalleryArtifactSource instance.

Properties

ManagedImageId

The managed artifact id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryArtifactSource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryArtifactSource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryArtifactSource.

FromJsonString(String)

Creates a new instance of GalleryArtifactSource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryArtifactSource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to