Share via


PoolPatchParameter.TargetNodeCommunicationMode Property

Definition

Gets or sets the desired node communication mode for the pool.

[Newtonsoft.Json.JsonProperty(PropertyName="targetNodeCommunicationMode")]
public Microsoft.Azure.Batch.Protocol.Models.NodeCommunicationMode? TargetNodeCommunicationMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetNodeCommunicationMode")>]
member this.TargetNodeCommunicationMode : Nullable<Microsoft.Azure.Batch.Protocol.Models.NodeCommunicationMode> with get, set
Public Property TargetNodeCommunicationMode As Nullable(Of NodeCommunicationMode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

If this element is present, it replaces the existing targetNodeCommunicationMode configured on the Pool. If omitted, any existing metadata is left unchanged. Possible values include: 'default', 'classic', 'simplified'

Applies to