次の方法で共有


IpAddressGroup.Ipv6Addresses プロパティ

定義

ip v6 アドレスの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="ipv6Addresses")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.CidrIpAddress> Ipv6Addresses { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ipv6Addresses")>]
member this.Ipv6Addresses : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.CidrIpAddress> with get, set
Public Property Ipv6Addresses As IList(Of CidrIpAddress)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象