共用方式為


Pool.TargetNodeCommunicationMode 屬性

定義

取得或設定集區所需的節點通訊模式。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.targetNodeCommunicationMode")]
public Microsoft.Azure.Management.Batch.Models.NodeCommunicationMode? TargetNodeCommunicationMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.targetNodeCommunicationMode")>]
member this.TargetNodeCommunicationMode : Nullable<Microsoft.Azure.Management.Batch.Models.NodeCommunicationMode> with get, set
Public Property TargetNodeCommunicationMode As Nullable(Of NodeCommunicationMode)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

如果省略,預設值為 Default。 可能的值包括:'Default'、'Classic'、'Simplified'

適用於