SshProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.SshProfile

public class SshProfile

The list of SSH public keys.

Constructor Summary

Constructor Description
SshProfile()

Method Summary

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

Get the list of SSH public keys.

SshProfile withPublicKeys(List<SshPublicKey> publicKeys)

Set the list of SSH public keys.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

SshProfile

public SshProfile()

Method Details

publicKeys

public List publicKeys()

Get the list of SSH public keys.

Returns:

the publicKeys value

withPublicKeys

public SshProfile withPublicKeys(List publicKeys)

Set the list of SSH public keys.

Parameters:

publicKeys - the publicKeys value to set

Returns:

the SshProfile object itself.

Applies to