Uses of Class
com.azure.resourcemanager.containerservice.models.LinuxOSConfig
Packages that use LinuxOSConfig
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of LinuxOSConfig in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return LinuxOSConfigModifier and TypeMethodDescriptionAgentPoolInner.linuxOSConfig()Get the linuxOSConfig property: OS configurations of Linux agent nodes.ManagedClusterAgentPoolProfileProperties.linuxOSConfig()Get the linuxOSConfig property: OS configurations of Linux agent nodes.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type LinuxOSConfigModifier and TypeMethodDescriptionAgentPoolInner.withLinuxOSConfig(LinuxOSConfig linuxOSConfig) Set the linuxOSConfig property: OS configurations of Linux agent nodes.ManagedClusterAgentPoolProfileProperties.withLinuxOSConfig(LinuxOSConfig linuxOSConfig) Set the linuxOSConfig property: OS configurations of Linux agent nodes. -
Uses of LinuxOSConfig in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return LinuxOSConfigModifier and TypeMethodDescriptionLinuxOSConfig.withSwapFileSizeMB(Integer swapFileSizeMB) Set the swapFileSizeMB property: The size in MB of a swap file that will be created on each node.LinuxOSConfig.withSysctls(SysctlConfig sysctls) Set the sysctls property: Sysctl settings for Linux agent nodes.LinuxOSConfig.withTransparentHugePageDefrag(String transparentHugePageDefrag) Set the transparentHugePageDefrag property: Whether the kernel should make aggressive use of memory compaction to make more hugepages available.LinuxOSConfig.withTransparentHugePageEnabled(String transparentHugePageEnabled) Set the transparentHugePageEnabled property: Whether transparent hugepages are enabled.Methods in com.azure.resourcemanager.containerservice.models with parameters of type LinuxOSConfigModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withLinuxOSConfig(LinuxOSConfig linuxOSConfig) Set the linuxOSConfig property: OS configurations of Linux agent nodes.