共用方式為


Pool.InterNodeCommunication 屬性

定義

取得或設定集區是否允許節點之間的直接通訊。

[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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

這會限制哪些節點可以指派給集區。 啟用此值可減少在集區中配置所要求節點數目的機會。 如果未指定,這個值預設為 'Disabled'。 可能的值包括:'Enabled'、'Disabled'

適用於