次の方法で共有


SshConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.SshConfiguration

public class SshConfiguration

SSH configuration for Linux based VMs running on Azure.

Method Summary

Modifier and Type Method and Description
List<SshPublicKey> publicKeys()

Get the publicKeys value.

SshConfiguration withPublicKeys(List<SshPublicKey> publicKeys)

Set the publicKeys value.

Method Details

publicKeys

public List publicKeys()

Get the publicKeys value.

Returns:

the publicKeys value

withPublicKeys

public SshConfiguration withPublicKeys(List publicKeys)

Set the publicKeys value.

Parameters:

publicKeys - the publicKeys value to set

Returns:

the SshConfiguration object itself.

Applies to