ContainerServiceSshPublicKey Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ContainerServiceSshPublicKey
- com.
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. |
Container |
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java