public final class SshConfiguration extends Object
| Constructor and Description |
|---|
SshConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<SshPublicKey> |
publicKeys()
Get the publicKeys property: The list of SSH public keys used to authenticate with linux based VMs.
|
void |
validate()
Validates the instance.
|
SshConfiguration |
withPublicKeys(List<SshPublicKey> publicKeys)
Set the publicKeys property: The list of SSH public keys used to authenticate with linux based VMs.
|
public List<SshPublicKey> publicKeys()
public SshConfiguration withPublicKeys(List<SshPublicKey> publicKeys)
publicKeys - the publicKeys value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.