Pool.CurrentNodeCommunicationMode 속성

정의

풀 통신 모드의 현재 상태를 가져옵니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.currentNodeCommunicationMode")]
public Microsoft.Azure.Management.Batch.Models.NodeCommunicationMode? CurrentNodeCommunicationMode { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.currentNodeCommunicationMode")>]
member this.CurrentNodeCommunicationMode : Nullable<Microsoft.Azure.Management.Batch.Models.NodeCommunicationMode>
Public ReadOnly Property CurrentNodeCommunicationMode As Nullable(Of NodeCommunicationMode)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

가능한 값은 'Default', 'Classic', 'Simplified'입니다.

적용 대상