Pool.InterNodeCommunication 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定集區是否允許節點之間的直接通訊。
[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'