次の方法で共有


PublicIPPrefix.PublicIPAddresses プロパティ

定義

参照されているすべての PublicIPAddresses の一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象