Share via


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