次の方法で共有


VirtualMachineScaleSetUpdate.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

適用対象