Class ContainerServiceSshConfiguration
java.lang.Object
com.microsoft.azure.management.containerservice.ContainerServiceSshConfiguration
SSH configuration for Linux-based VMs running on Azure.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the list of SSH public keys used to authenticate with Linux-based VMs.withPublicKeys(List<ContainerServiceSshPublicKey> publicKeys) Set the list of SSH public keys used to authenticate with Linux-based VMs.
- 
Constructor Details- 
ContainerServiceSshConfigurationpublic ContainerServiceSshConfiguration()
 
- 
- 
Method Details- 
publicKeysGet the list of SSH public keys used to authenticate with Linux-based VMs. Only expect one key specified.- Returns:
- the publicKeys value
 
- 
withPublicKeyspublic ContainerServiceSshConfiguration withPublicKeys(List<ContainerServiceSshPublicKey> publicKeys) 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.
 
 
-