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

CloudPool.InterComputeNodeCommunicationEnabled Property

Definition

Gets or sets whether the pool permits direct communication between its compute nodes.

public bool? InterComputeNodeCommunicationEnabled { get; set; }
member this.InterComputeNodeCommunicationEnabled : Nullable<bool> with get, set
Public Property InterComputeNodeCommunicationEnabled As Nullable(Of Boolean)

Property Value

Remarks

Enabling inter-node communication limits the maximum size of the pool due to deployment restrictions on the nodes of the pool. This may result in the pool not reaching its desired size.

Applies to