Sdílet prostřednictvím


ComputeNode.IpAddress Property

Definition

Gets or sets the IP address that other Nodes can use to communicate with this Compute Node.

[Newtonsoft.Json.JsonProperty(PropertyName="ipAddress")]
public string IpAddress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ipAddress")>]
member this.IpAddress : string with get, set
Public Property IpAddress As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

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.

Applies to