Show / Hide Table of Contents

    Class ExternalSubnet

    Subnet information as returned by the Microsoft.Network API.

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

    Constructors

    ExternalSubnet()

    Initializes a new instance of the ExternalSubnet class.

    Declaration
    public ExternalSubnet ();

    ExternalSubnet(String, String)

    Initializes a new instance of the ExternalSubnet class.

    Declaration
    public ExternalSubnet (string id = null, string name = null);
    Parameters
    String id

    Gets or sets the identifier.

    String name

    Gets or sets the name.

    Properties

    Id

    Gets or sets the identifier.

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

    Name

    Gets or sets the name.

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

    Back to top Azure SDK for Net