次の方法で共有


NatGateway.PublicIpPrefixes プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象