次の方法で共有


NatGateway.PublicIpAddresses プロパティ

定義

nat ゲートウェイ リソースに関連付けられているパブリック IP アドレスの配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象