Freigeben über


ISysctlConfig.NetCoreWmemMax Property

Definition

Sysctl setting net.core.wmem_max.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Sysctl setting net.core.wmem_max.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="netCoreWmemMax", Update=true)]
public int? NetCoreWmemMax { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Sysctl setting net.core.wmem_max.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="netCoreWmemMax", Update=true)>]
member this.NetCoreWmemMax : Nullable<int> with get, set
Public Property NetCoreWmemMax As Nullable(Of Integer)

Property Value

Attributes

Applies to