public class SshConfiguration extends Object
| Constructor and Description |
|---|
SshConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<com.microsoft.azure.management.compute.implementation.SshPublicKeyInner> |
publicKeys()
Get the list of SSH public keys used to authenticate with linux based VMs.
|
SshConfiguration |
withPublicKeys(List<com.microsoft.azure.management.compute.implementation.SshPublicKeyInner> publicKeys)
Set the list of SSH public keys used to authenticate with linux based VMs.
|
public List<com.microsoft.azure.management.compute.implementation.SshPublicKeyInner> publicKeys()
public SshConfiguration withPublicKeys(List<com.microsoft.azure.management.compute.implementation.SshPublicKeyInner> 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.
*/