次の方法で共有


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

適用対象