共用方式為


VirtualMachineConfiguration.LicenseType 屬性

定義

取得或設定部署作業系統時要使用的內部部署授權類型。

[Newtonsoft.Json.JsonProperty(PropertyName="licenseType")]
public string LicenseType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="licenseType")>]
member this.LicenseType : string with get, set
Public Property LicenseType As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

這只適用于包含 Windows 作業系統的映射,而且只有在您保留將部署之節點的有效內部部署授權時才使用。 如果省略,則不會套用任何內部部署授權折扣。 值為:

Windows_Server - 內部部署授權適用于 Windows Server。 Windows_Client - 內部部署授權適用于 Windows 用戶端。

適用於