次の方法で共有


VirtualMachineExtensionImageInner.VmScaleSetEnabled プロパティ

定義

拡張機能を xRP VMScaleSets で使用できるかどうかを取得または設定します。 既定では、既存の拡張機能はスケールセットで使用できますが、拡張機能が CRP VM でのみ有効であり、VMSS では有効になっていない場合があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象