Uses of Class
com.microsoft.azure.management.compute.SshConfiguration
Packages that use SshConfiguration
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of SshConfiguration in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return SshConfigurationModifier and TypeMethodDescriptionLinuxConfiguration.ssh()
Get specifies the ssh key configuration for a Linux OS.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.Methods in com.microsoft.azure.management.compute with parameters of type SshConfigurationModifier and TypeMethodDescriptionLinuxConfiguration.withSsh
(SshConfiguration ssh) Set specifies the ssh key configuration for a Linux OS.