次の方法で共有


CloudPool.TargetNodeCommunicationMode プロパティ

定義

プールの目的のノード通信モードを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

省略した場合、既定値は Default です。 使用可能な値は、'default'、'classic'、'simplified' です。

適用対象