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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java