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

DedicatedHostInner.LicenseType 属性

定义

获取或设置指定将应用于部署在专用主机上的 VM 的软件许可证类型。 <br><br>可能的值为:<br><br>没有<br><br>& Windows_Server_Hybridlt;br><br>& Windows_Server_Perpetuallt;br><br>默认值:。 可能的值包括:“None”、“Windows_Server_Hybrid”、“Windows_Server_Perpetual”

[Newtonsoft.Json.JsonProperty(PropertyName="properties.licenseType")]
public Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostLicenseTypes? LicenseType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.licenseType")>]
member this.LicenseType : Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostLicenseTypes> with get, set
Public Property LicenseType As Nullable(Of DedicatedHostLicenseTypes)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于