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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/