Compartir vía


ContainerServiceSshPublicKey Class

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

public class ContainerServiceSshPublicKey

Contains information about SSH certificate public key data.

Method Summary

Modifier and Type Method and Description
String keyData()

Get the keyData value.

ContainerServiceSshPublicKey withKeyData(String keyData)

Set the keyData value.

Method Details

keyData

public String keyData()

Get the keyData value.

Returns:

the keyData value

withKeyData

public ContainerServiceSshPublicKey withKeyData(String keyData)

Set the keyData value.

Parameters:

keyData - the keyData value to set

Returns:

the ContainerServiceSshPublicKey object itself.

Applies to