Sdílet prostřednictvím


NetworkInterfaceIPConfigurationInner.LoadBalancerInboundNatRules Property

Definition

Gets or sets a list of references of LoadBalancerInboundNatRules.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to