Share via


VirtualMachineScaleSet.SinglePlacementGroup プロパティ

定義

true の場合、スケール セットを 1 つの配置グループ (最大サイズ 100 仮想マシン) に制限する場合に取得または設定します。 注: singlePlacementGroup が true の場合は、false に変更される可能性があります。 ただし、singlePlacementGroup が false の場合は、true に変更できません。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.singlePlacementGroup")]
public bool? SinglePlacementGroup { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.singlePlacementGroup")>]
member this.SinglePlacementGroup : Nullable<bool> with get, set
Public Property SinglePlacementGroup As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象