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

PoolSpecification.EnableInterNodeCommunication 属性

定义

获取或设置池是否允许计算节点之间的直接通信。

[Newtonsoft.Json.JsonProperty(PropertyName="enableInterNodeCommunication")]
public bool? EnableInterNodeCommunication { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableInterNodeCommunication")>]
member this.EnableInterNodeCommunication : Nullable<bool> with get, set
Public Property EnableInterNodeCommunication As Nullable(Of Boolean)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

启用节点间通信会限制池的最大大小,因为池的计算节点存在部署限制。 这可能会导致池未达到其所需大小。 默认值为 false。

适用于