Pool.TargetNodeCommunicationMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定集區所需的節點通訊模式。
[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'