Freigeben über


IManagedClusterAgentPoolProfileProperties.KubeletConfigAllowedUnsafeSysctl Property

Definition

Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in *).

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="allowedUnsafeSysctls")]
public string[] KubeletConfigAllowedUnsafeSysctl { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Allowed list of unsafe sysctls or unsafe sysctl patterns (ending in `*`).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="allowedUnsafeSysctls")>]
member this.KubeletConfigAllowedUnsafeSysctl : string[] with get, set
Public Property KubeletConfigAllowedUnsafeSysctl As String()

Property Value

String[]
Attributes

Applies to