public class ContainerServiceSshPublicKey extends Object
| Constructor and Description |
|---|
ContainerServiceSshPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
keyData()
Get certificate public key used to authenticate with VMs through SSH.
|
ContainerServiceSshPublicKey |
withKeyData(String keyData)
Set certificate public key used to authenticate with VMs through SSH.
|
public String keyData()
public ContainerServiceSshPublicKey withKeyData(String keyData)
keyData - the keyData value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/