Freigeben über


IAgentPool.LinuxOSConfigTransparentHugePageEnabled Property

Definition

Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see Transparent Hugepages.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="transparentHugePageEnabled")]
public string LinuxOSConfigTransparentHugePageEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Valid values are 'always', 'madvise', and 'never'. The default is 'always'. For more information see [Transparent Hugepages](https://www.kernel.org/doc/html/latest/admin-guide/mm/transhuge.html#admin-guide-transhuge).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="transparentHugePageEnabled")>]
member this.LinuxOSConfigTransparentHugePageEnabled : string with get, set
Public Property LinuxOSConfigTransparentHugePageEnabled As String

Property Value

Attributes

Applies to