次の方法で共有


Pool.InterNodeCommunication プロパティ

定義

プールがノード間の直接通信を許可するかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

これにより、プールに割り当てることができるノードに制限が適用されます。 この値を有効にすると、要求された数のノードがプールに割り当てられる可能性が低くなります。 指定しない場合、この値の既定値は 'Disabled' になります。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

適用対象