共用方式為


NodeCommunicationMode 列舉

定義

定義 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
繼承
NodeCommunicationMode
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

Classic 1

使用傳統通訊模式的節點需要來自 「BatchNodeManagement」 埠 29876 和 29877 上的輸入 TCP 通訊。{region}「 服務標籤和埠 443 上的輸出 TCP 通訊到 」Storage.region「 和 」BatchNodeManagement」。{region}「 服務標籤。

Default 0

Batch 服務會自動設定節點通訊模式。

Simplified 2

使用簡化通訊模式的節點需要端口 443 上的輸出 TCP 通訊至 「BatchNodeManagement」。{region}「 服務標籤。 不需要開啟的輸入埠。

適用於