LoadBalancerInner.InboundNatRules Property

Definition

Gets or sets collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. 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.inboundNatRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatRuleInner> InboundNatRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.inboundNatRules")>]
member this.InboundNatRules : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.InboundNatRuleInner> with get, set
Public Property InboundNatRules As IList(Of InboundNatRuleInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to