Show / Hide Table of Contents

    Class LabVhd

    Properties of a VHD in the lab.

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

    Constructors

    LabVhd()

    Initializes a new instance of the LabVhd class.

    Declaration
    public LabVhd ();

    LabVhd(String)

    Initializes a new instance of the LabVhd class.

    Declaration
    public LabVhd (string id = null);
    Parameters
    String id

    The URI to the VHD.

    Properties

    Id

    Gets or sets the URI to the VHD.

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

    Back to top Azure SDK for Net