Class ContainerServiceSshConfiguration

java.lang.Object
com.microsoft.azure.management.containerservice.ContainerServiceSshConfiguration

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

    • ContainerServiceSshConfiguration

      public ContainerServiceSshConfiguration()
  • Method Details

    • publicKeys

      public List<ContainerServiceSshPublicKey> publicKeys()
      Get the list of SSH public keys used to authenticate with Linux-based VMs. Only expect one key specified.
      Returns:
      the publicKeys value
    • withPublicKeys

      Set the list of SSH public keys used to authenticate with Linux-based VMs. Only expect one key specified.
      Parameters:
      publicKeys - the publicKeys value to set
      Returns:
      the ContainerServiceSshConfiguration object itself.