次の方法で共有


DedicatedHostGroupUpdate.SupportAutomaticPlacement プロパティ

定義

仮想マシンまたは仮想マシン スケール セットを専用ホスト グループに自動的に配置できるかどうかを示す値を取得または設定します。 自動配置とは、専用ホスト グループの下で Azure によって選択された専用ホストにリソースが割り当てられることを意味します。 指定しない場合、この値は既定で 'false' になります。 最小 api-version: 2020-06-01。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象