次の方法で共有


VMScaleSetConvertToSinglePlacementGroupInput.ActivePlacementGroupId プロパティ

定義

将来の仮想マシン インスタンスを配置する配置グループの ID を取得または設定します。 配置グループ ID のクエリを実行するには、仮想マシン スケール セット VM - Get API を使用してください。 指定しない場合、プラットフォームは仮想マシン インスタンスの最大数を持つ 1 つを選択します。

[Newtonsoft.Json.JsonProperty(PropertyName="activePlacementGroupId")]
public string ActivePlacementGroupId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="activePlacementGroupId")>]
member this.ActivePlacementGroupId : string with get, set
Public Property ActivePlacementGroupId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象