java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.LinuxProfile

public class LinuxProfile extends Object
LinuxProfile - Profile for Linux VMs in the container service cluster.
  • Constructor Details

    • LinuxProfile

      public LinuxProfile()
      Creates an instance of LinuxProfile class.
  • Method Details

    • linuxProfile

      public LinuxProfileProperties linuxProfile()
      Get the linuxProfile property: Profile for Linux VMs in the container service cluster.
      Returns:
      the linuxProfile value.
    • withLinuxProfile

      public LinuxProfile withLinuxProfile(LinuxProfileProperties linuxProfile)
      Set the linuxProfile property: Profile for Linux VMs in the container service cluster.
      Parameters:
      linuxProfile - the linuxProfile value to set.
      Returns:
      the LinuxProfile object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.