Uses of Class
com.azure.resourcemanager.containerservice.models.LinuxOSConfig
-
Packages that use LinuxOSConfig Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 LinuxOSConfig Modifier and Type Method Description LinuxOSConfigAgentPoolInner. linuxOSConfig()Get the linuxOSConfig property: OS configurations of Linux agent nodes.LinuxOSConfigManagedClusterAgentPoolProfileProperties. linuxOSConfig()Get the linuxOSConfig property: OS configurations of Linux agent nodes.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type LinuxOSConfig Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withLinuxOSConfig(LinuxOSConfig linuxOSConfig)Set the linuxOSConfig property: OS configurations of Linux agent nodes.ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. 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 LinuxOSConfig Modifier and Type Method Description LinuxOSConfigLinuxOSConfig. withSwapFileSizeMB(Integer swapFileSizeMB)Set the swapFileSizeMB property: The size in MB of a swap file that will be created on each node.LinuxOSConfigLinuxOSConfig. withSysctls(SysctlConfig sysctls)Set the sysctls property: Sysctl settings for Linux agent nodes.LinuxOSConfigLinuxOSConfig. withTransparentHugePageDefrag(String transparentHugePageDefrag)Set the transparentHugePageDefrag property: Whether the kernel should make aggressive use of memory compaction to make more hugepages available.LinuxOSConfigLinuxOSConfig. withTransparentHugePageEnabled(String transparentHugePageEnabled)Set the transparentHugePageEnabled property: Whether transparent hugepages are enabled.Methods in com.azure.resourcemanager.containerservice.models with parameters of type LinuxOSConfig Modifier and Type Method Description ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withLinuxOSConfig(LinuxOSConfig linuxOSConfig)Set the linuxOSConfig property: OS configurations of Linux agent nodes.
-