Show / Hide Table of Contents

    Class SubnetSharedPublicIpAddressConfiguration

    Configuration for public IP address sharing.

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

    Constructors

    SubnetSharedPublicIpAddressConfiguration()

    Initializes a new instance of the SubnetSharedPublicIpAddressConfiguration class.

    Declaration
    public SubnetSharedPublicIpAddressConfiguration ();

    SubnetSharedPublicIpAddressConfiguration(IList<Port>)

    Initializes a new instance of the SubnetSharedPublicIpAddressConfiguration class.

    Declaration
    public SubnetSharedPublicIpAddressConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Management.DevTestLabs.Models.Port> allowedPorts = null);
    Parameters
    IList<Port> allowedPorts

    Backend ports that virtual machines on this subnet are allowed to expose

    Properties

    AllowedPorts

    Gets or sets backend ports that virtual machines on this subnet are allowed to expose

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="allowedPorts")]
    public System.Collections.Generic.IList<Microsoft.Azure.Management.DevTestLabs.Models.Port> AllowedPorts { get; set; }
    Property Value
    IList<Port>

    Back to top Azure SDK for Net