Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SshConfiguration |
LinuxConfiguration.ssh()
Get specifies the ssh key configuration for a Linux OS.
|
SshConfiguration |
SshConfiguration.withPublicKeys(List<SshPublicKey> publicKeys)
Set the list of SSH public keys used to authenticate with linux based VMs.
|
Modifier and Type | Method and Description |
---|---|
LinuxConfiguration |
LinuxConfiguration.withSsh(SshConfiguration ssh)
Set specifies the ssh key configuration for a Linux OS.
|
Copyright © 2019. All rights reserved.