Pool.InterNodeCommunication Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.interNodeCommunication")]
public Microsoft.Azure.Management.Batch.Models.InterNodeCommunicationState? InterNodeCommunication { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.interNodeCommunication")>]
member this.InterNodeCommunication : Nullable<Microsoft.Azure.Management.Batch.Models.InterNodeCommunicationState> with get, set
Public Property InterNodeCommunication As Nullable(Of InterNodeCommunicationState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'. Possible values include: 'Enabled', 'Disabled'

Applies to