次の方法で共有


FrontendIPConfiguration.InboundNatPools プロパティ

定義

このフロントエンド IP を使用する受信プールへの参照の配列を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象