IManagedClusterProperties.WindowProfileLicenseType Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The licenseType to use for Windows VMs. Windows_Server is used to enable Azure Hybrid User Benefits for Windows VMs.", 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 licenseType to use for Windows VMs. Windows_Server is used to enable Azure Hybrid User Benefits for Windows VMs.", 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

Nullable<LicenseType>
Attributes

Applies to