VirtualMachineConfiguration.LicenseType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定部署作業系統時要使用的內部部署授權類型。
[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 用戶端。