次の方法で共有


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' です。

適用対象