Freigeben über


IManagedClusterProperties.WindowProfileLicenseType 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? WindowProfileLicenseType { 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.WindowProfileLicenseType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.LicenseType> with get, set
Public Property WindowProfileLicenseType As Nullable(Of LicenseType)

Property Value

Attributes

Applies to