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: The OS configuration of Linux agent nodes.ManagedClusterAgentPoolProfileProperties.linuxOSConfig()Get the linuxOSConfig property: The OS configuration 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: The OS configuration of Linux agent nodes.ManagedClusterAgentPoolProfileProperties.withLinuxOSConfig(LinuxOSConfig linuxOSConfig) Set the linuxOSConfig property: The OS configuration of Linux agent nodes. -
Uses of LinuxOSConfig in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type LinuxOSConfigModifier and TypeClassDescriptionfinal classOS configurations of Linux agent nodes.Methods in com.azure.resourcemanager.containerservice.models that return LinuxOSConfigModifier and TypeMethodDescriptionstatic LinuxOSConfigLinuxOSConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LinuxOSConfig from the JsonReader.LinuxOSConfig.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: The OS configuration of Linux agent nodes.