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