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

VirtualMachineScaleSetOSDisk.CreateOption 属性

定义

指定应如何创建规模集中的虚拟机。 唯一允许的值为: FromImage。 使用映像创建虚拟机时,将使用此值。 如果使用平台映像,则还要使用上述 imageReference 元素。 如果使用市场映像,则还需使用前面所述的计划元素。

public Azure.ResourceManager.Compute.Models.DiskCreateOptionType CreateOption { get; set; }
member this.CreateOption : Azure.ResourceManager.Compute.Models.DiskCreateOptionType with get, set
Public Property CreateOption As DiskCreateOptionType

属性值

适用于