public final class ContainerServiceSshPublicKey extends Object
| Constructor and Description |
|---|
ContainerServiceSshPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyData()
Get the keyData property: Certificate public key used to authenticate with VMs through SSH.
|
void |
validate()
Validates the instance.
|
ContainerServiceSshPublicKey |
withKeyData(String keyData)
Set the keyData property: Certificate public key used to authenticate with VMs through SSH.
|
public String keyData()
public ContainerServiceSshPublicKey withKeyData(String keyData)
keyData - the keyData value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.