NodeCommunicationMode Enum

Definition

Defines values for NodeCommunicationMode.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum NodeCommunicationMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type NodeCommunicationMode = 
Public Enum NodeCommunicationMode
Inheritance
NodeCommunicationMode
Attributes
Newtonsoft.Json.JsonConverterAttribute

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