Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SshPublicKey |
SshPublicKey.withKeyData(String keyData)
Set sSH public key certificate used to authenticate with the VM through ssh.
|
SshPublicKey |
SshPublicKey.withPath(String path)
Set specifies the full path on the created VM where ssh public key is stored.
|
Modifier and Type | Method and Description |
---|---|
List<SshPublicKey> |
SshConfiguration.publicKeys()
Get the list of SSH public keys used to authenticate with linux based VMs.
|
Modifier and Type | Method and Description |
---|---|
SshConfiguration |
SshConfiguration.withPublicKeys(List<SshPublicKey> publicKeys)
Set the list of SSH public keys used to authenticate with linux based VMs.
|
Copyright © 2019. All rights reserved.