Show / Hide Table of Contents

    Class GalleryArtifactVersionSource

    The gallery artifact version source.

    Inheritance
    Object
    GalleryArtifactVersionSource
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Compute.dll
    Syntax
    public class GalleryArtifactVersionSource

    Constructors

    GalleryArtifactVersionSource()

    Initializes a new instance of the GalleryArtifactVersionSource class.

    Declaration
    public GalleryArtifactVersionSource ();

    GalleryArtifactVersionSource(String)

    Initializes a new instance of the GalleryArtifactVersionSource class.

    Declaration
    public GalleryArtifactVersionSource (string id);
    Parameters
    String id

    The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, or user image.

    Properties

    Id

    Gets or sets the id of the gallery artifact version source. Can specify a disk uri, snapshot uri, or user image.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="id")]
    public string Id { get; set; }
    Property Value
    String

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net