| Modifier and Type | Method and Description |
|---|---|
ContainerServiceSshPublicKey |
ContainerServiceSshPublicKey.withKeyData(String keyData)
Set certificate public key used to authenticate with VMs through SSH.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerServiceSshPublicKey> |
ContainerServiceSshConfiguration.publicKeys()
Get the list of SSH public keys used to authenticate with Linux-based VMs.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceSshConfiguration |
ContainerServiceSshConfiguration.withPublicKeys(List<ContainerServiceSshPublicKey> publicKeys)
Set the list of SSH public keys used to authenticate with Linux-based VMs.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/