public final class ContainerServiceSshConfiguration extends Object
| Constructor and Description |
|---|
ContainerServiceSshConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerServiceSshPublicKey> |
publicKeys()
Get the publicKeys property: the list of SSH public keys used to authenticate with Linux-based VMs.
|
void |
validate()
Validates the instance.
|
ContainerServiceSshConfiguration |
withPublicKeys(List<ContainerServiceSshPublicKey> publicKeys)
Set the publicKeys property: the list of SSH public keys used to authenticate with Linux-based VMs.
|
public List<ContainerServiceSshPublicKey> publicKeys()
public ContainerServiceSshConfiguration withPublicKeys(List<ContainerServiceSshPublicKey> 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.