Show / Hide Table of Contents

    Class GalleryIdentifier

    Describes the gallery unique name.

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

    Constructors

    GalleryIdentifier()

    Initializes a new instance of the GalleryIdentifier class.

    Declaration
    public GalleryIdentifier ();

    GalleryIdentifier(String)

    Initializes a new instance of the GalleryIdentifier class.

    Declaration
    public GalleryIdentifier (string uniqueName = null);
    Parameters
    String uniqueName

    The unique name of the Shared Image Gallery. This name is generated automatically by Azure.

    Properties

    UniqueName

    Gets the unique name of the Shared Image Gallery. This name is generated automatically by Azure.

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

    Back to top Azure SDK for Net