IManagedClusterProperties.WindowProfileLicenseType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes