Show / Hide Table of Contents

    Class SharedPublicIpAddressConfigurationFragment

    Properties of a virtual machine that determine how it is connected to a load balancer.

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

    Constructors

    SharedPublicIpAddressConfigurationFragment()

    Initializes a new instance of the SharedPublicIpAddressConfigurationFragment class.

    Declaration
    public SharedPublicIpAddressConfigurationFragment ();

    SharedPublicIpAddressConfigurationFragment(IList<InboundNatRuleFragment>)

    Initializes a new instance of the SharedPublicIpAddressConfigurationFragment class.

    Declaration
    public SharedPublicIpAddressConfigurationFragment (System.Collections.Generic.IList<Microsoft.Azure.Management.DevTestLabs.Models.InboundNatRuleFragment> inboundNatRules = null);
    Parameters
    IList<InboundNatRuleFragment> inboundNatRules

    The incoming NAT rules

    Properties

    InboundNatRules

    Gets or sets the incoming NAT rules

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

    Back to top Azure SDK for Net