次の方法で共有


VirtualMachineConfiguration.NodePlacementConfiguration プロパティ

定義

プールのノード配置構成を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="nodePlacementConfiguration")]
public Microsoft.Azure.Management.Batch.Models.NodePlacementConfiguration NodePlacementConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nodePlacementConfiguration")>]
member this.NodePlacementConfiguration : Microsoft.Azure.Management.Batch.Models.NodePlacementConfiguration with get, set
Public Property NodePlacementConfiguration As NodePlacementConfiguration

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

この構成では、プール内のノードを物理的に割り当てる方法に関する規則を指定します。

適用対象