Uses of Class
com.microsoft.azure.management.compute.SshConfiguration
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of SshConfiguration in com.microsoft.azure.management.compute
Modifier 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.Modifier and TypeMethodDescriptionLinuxConfiguration.withSsh
(SshConfiguration ssh) Set specifies the ssh key configuration for a Linux OS.