NodeCommunicationMode Enum

Definition

Determines how a pool communicates with the Batch service.

public enum NodeCommunicationMode
type NodeCommunicationMode = 
Public Enum NodeCommunicationMode
Inheritance
NodeCommunicationMode

Fields

Classic 1

Nodes using the classic communication mode require inbound TCP communication on ports 29876 and 29877 from the "BatchNodeManagement.{region}" service tag and outbound TCP communication on port 443 to the "Storage.region" and "BatchNodeManagement.{region}" service tags.

Default 0

The node communication mode is automatically set by the Batch service.

Simplified 2

Nodes using the simplified communication mode require outbound TCP communication on port 443 to the "BatchNodeManagement.{region}" service tag. No open inbound ports are required.

Applies to