Bagikan melalui


NetworkInterfaceIPConfiguration.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.Models.InboundNatRule> LoadBalancerInboundNatRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.loadBalancerInboundNatRules")>]
member this.LoadBalancerInboundNatRules : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundNatRule> with get, set
Public Property LoadBalancerInboundNatRules As IList(Of InboundNatRule)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to