Class ContainerServiceSshConfiguration
java.lang.Object
com.microsoft.azure.management.containerservice.ContainerServiceSshConfiguration
SSH configuration for Linux-based VMs running on Azure.
-
Constructor Summary
-
Method Summary
Modifier 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
-
ContainerServiceSshConfiguration
public ContainerServiceSshConfiguration()
-
-
Method Details
-
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
public 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.
-