你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NodeCommunicationMode Enum

Definition

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