次の方法で共有


NetworkInterfaceIPConfigurationInner.LoadBalancerInboundNatRules プロパティ

定義

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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象