你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Ipv6Config interface
Details related to the IPv6 address configuration.
Properties
gateway | The IPv6 gateway of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
ip |
The IPv6 address of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
prefix |
The IPv6 prefix of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
gateway
The IPv6 gateway of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
gateway?: string
Property Value
string
ipAddress
The IPv6 address of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
ipAddress?: string
Property Value
string
prefixLength
The IPv6 prefix of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
prefixLength?: number
Property Value
number