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

설명

이렇게 하면 풀에 할당할 수 있는 노드가 제한됩니다. 이 값을 사용하도록 설정하면 요청된 노드 수가 풀에 할당될 가능성을 줄일 수 있습니다. 지정하지 않으면 이 값은 기본적으로 '사용 안 함'으로 설정됩니다. 가능한 값은 'Enabled', 'Disabled'입니다.

적용 대상