你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchNode.Ipv6Address Property

Definition

The IPv6 address that other Nodes can use to communicate with this Compute Node. Every Compute Node that is added to a Pool is assigned a unique IP address. Whenever a Compute Node is removed from a Pool, all of its local files are deleted, and the IP address is reclaimed and could be reused for new Compute Nodes. This property will not be present if the Pool is not configured for IPv6.

public System.Net.IPAddress Ipv6Address { get; }
member this.Ipv6Address : System.Net.IPAddress
Public ReadOnly Property Ipv6Address As IPAddress

Property Value

Applies to