GalleryArtifactSource 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 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. |