Class LinuxProfileProperties

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

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

    • LinuxProfileProperties

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

    • adminUsername

      public String adminUsername()
      Get the adminUsername property: AdminUsername - The administrator username to use for Linux VMs.
      Returns:
      the adminUsername value.
    • withAdminUsername

      public LinuxProfileProperties withAdminUsername(String adminUsername)
      Set the adminUsername property: AdminUsername - The administrator username to use for Linux VMs.
      Parameters:
      adminUsername - the adminUsername value to set.
      Returns:
      the LinuxProfileProperties object itself.
    • ssh

      Get the ssh property: SSH - SSH configuration for Linux-based VMs running on Azure.
      Returns:
      the ssh value.
    • withSsh

      Set the ssh property: SSH - SSH configuration for Linux-based VMs running on Azure.
      Parameters:
      ssh - the ssh value to set.
      Returns:
      the LinuxProfileProperties object itself.
    • validate

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