Partilhar via


ISysctlConfig.NetCoreRmemMax Property

Definition

Sysctl setting net.core.rmem_max.

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

Property Value

Attributes

Applies to