NodeCommunicationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines how a pool communicates with the Batch service.
public enum NodeCommunicationMode
type NodeCommunicationMode =
Public Enum NodeCommunicationMode
- Inheritance
-
NodeCommunicationMode
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The node communication mode is automatically set by the Batch service. |
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. |
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
Azure SDK for .NET