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

VirtualMachineConfiguration.LicenseType 属性

定义

获取或设置部署操作系统时要使用的本地许可证的类型。

public string LicenseType { get; set; }
member this.LicenseType : string with get, set
Public Property LicenseType As String

属性值

注解

这仅适用于包含 Windows 操作系统的映像,并且仅当为将要部署的节点持有有效的本地许可证时才应使用。 如果省略,则不应用任何本地许可折扣。 值为:“Windows_Server”- 本地许可证适用于 Windows Server。 “Windows_Client” - 本地许可证适用于 Windows 客户端。

适用于