Class SshConfiguration

java.lang.Object
com.microsoft.azure.management.compute.SshConfiguration

public class SshConfiguration extends Object
SSH configuration for Linux based VMs running on Azure.
  • Constructor Details

    • SshConfiguration

      public SshConfiguration()
  • Method Details

    • publicKeys

      public List<com.microsoft.azure.management.compute.implementation.SshPublicKeyInner> publicKeys()
      Get the list of SSH public keys used to authenticate with linux based VMs.
      Returns:
      the publicKeys value
    • withPublicKeys

      public SshConfiguration withPublicKeys(List<com.microsoft.azure.management.compute.implementation.SshPublicKeyInner> publicKeys)
      Set the list of SSH public keys used to authenticate with linux based VMs.
      Parameters:
      publicKeys - the publicKeys value to set
      Returns:
      the SshConfiguration object itself.