Class LinuxConfiguration

java.lang.Object
com.azure.resourcemanager.hybridnetwork.models.LinuxConfiguration

public final class LinuxConfiguration extends Object
Specifies the Linux operating system settings on the virtual machine.
  • Constructor Details

    • LinuxConfiguration

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

    • ssh

      public SshConfiguration ssh()
      Get the ssh property: Specifies the ssh key configuration for a Linux OS.
      Returns:
      the ssh value.
    • withSsh

      public LinuxConfiguration withSsh(SshConfiguration ssh)
      Set the ssh property: Specifies the ssh key configuration for a Linux OS.
      Parameters:
      ssh - the ssh value to set.
      Returns:
      the LinuxConfiguration object itself.
    • validate

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