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