LoadBalancerInner.InboundNatPools Property

Definition

Gets or sets defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound Nat rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.inboundNatPools")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatPoolInner> InboundNatPools { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.inboundNatPools")>]
member this.InboundNatPools : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatPoolInner> with get, set
Public Property InboundNatPools As IList(Of InboundNatPoolInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to