Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SshConfiguration |
LinuxConfiguration.ssh()
Get the ssh property: Specifies the ssh key configuration for a Linux OS.
|
SshConfiguration |
SshConfiguration.withPublicKeys(List<SshPublicKey> publicKeys)
Set the publicKeys property: The list of SSH public keys used to authenticate with linux based VMs.
|
Modifier and Type | Method and Description |
---|---|
LinuxConfiguration |
LinuxConfiguration.withSsh(SshConfiguration ssh)
Set the ssh property: Specifies the ssh key configuration for a Linux OS.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.