CloudPool.TargetNodeCommunicationMode Property

Definition

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

public Microsoft.Azure.Batch.Common.NodeCommunicationMode? TargetNodeCommunicationMode { get; set; }
member this.TargetNodeCommunicationMode : Nullable<Microsoft.Azure.Batch.Common.NodeCommunicationMode> with get, set
Public Property TargetNodeCommunicationMode As Nullable(Of NodeCommunicationMode)

Property Value

Remarks

If omitted, the default value is default.

Applies to