Class SshConfiguration
java.lang.Object
com.microsoft.azure.management.compute.SshConfiguration
SSH configuration for Linux based VMs running on Azure.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.azure.management.compute.implementation.SshPublicKeyInner>
Get the list of SSH public keys used to authenticate with linux based VMs.withPublicKeys
(List<com.microsoft.azure.management.compute.implementation.SshPublicKeyInner> publicKeys) Set the list of SSH public keys used to authenticate with linux based VMs.
-
Constructor Details
-
SshConfiguration
public SshConfiguration()
-
-
Method Details
-
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.
-