public class ContainerServiceSshConfiguration extends Object
Constructor and Description |
---|
ContainerServiceSshConfiguration() |
Modifier and Type | Method and Description |
---|---|
List<ContainerServiceSshPublicKey> |
publicKeys()
Get the list of SSH public keys used to authenticate with Linux-based VMs.
|
ContainerServiceSshConfiguration |
withPublicKeys(List<ContainerServiceSshPublicKey> publicKeys)
Set 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 setCopyright © 2019. All rights reserved.