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

IManagedClusterWindowsProfile.LicenseType Property

Definition

The license type to use for Windows VMs. See Azure Hybrid User Benefits for more details.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The license type to use for Windows VMs. See [Azure Hybrid User Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) for more details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LicenseType) }, ReadOnly=false, Required=false, SerializedName="licenseType")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LicenseType? LicenseType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The license type to use for Windows VMs. See [Azure Hybrid User Benefits](https://azure.microsoft.com/pricing/hybrid-benefit/faq/) for more details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LicenseType) }, ReadOnly=false, Required=false, SerializedName="licenseType")>]
member this.LicenseType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LicenseType> with get, set
Public Property LicenseType As Nullable(Of LicenseType)

Property Value

Attributes

Applies to