Share via


IInitialAgentPoolConfiguration.AgentOptionHugepagesSize Property

Definition

The size of the hugepages to allocate.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "2M", "1G" })]
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The size of the hugepages to allocate.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hugepagesSize", Update=false)]
public string AgentOptionHugepagesSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "2M", "1G" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The size of the hugepages to allocate.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hugepagesSize", Update=false)>]
member this.AgentOptionHugepagesSize : string with get, set
Public Property AgentOptionHugepagesSize As String

Property Value

Attributes

Applies to