你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于