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

DevTestLabCustomImageVhd(DevTestLabCustomImageOSType) 构造函数

定义

初始化 DevTestLabCustomImageVhd 的新实例。

public DevTestLabCustomImageVhd (Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImageOSType osType);
new Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImageVhd : Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImageOSType -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImageVhd
Public Sub New (osType As DevTestLabCustomImageOSType)

参数

osType
DevTestLabCustomImageOSType

自定义映像的 OS 类型 (Windows、Linux) 。

适用于