ContainerServiceLinuxProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ContainerServiceLinuxProfile
- com.
public class ContainerServiceLinuxProfile
Profile for Linux VMs in the container service cluster.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
adminUsername()
Get the adminUsername value. |
Container |
ssh()
Get the ssh value. |
Container |
withAdminUsername(String adminUsername)
Set the adminUsername value. |
Container |
withSsh(ContainerServiceSshConfiguration ssh)
Set the ssh value. |
Method Details
adminUsername
public String adminUsername()
Get the adminUsername value.
Returns:
the adminUsername value
ssh
public ContainerServiceSshConfiguration ssh()
Get the ssh value.
Returns:
the ssh value
withAdminUsername
public ContainerServiceLinuxProfile withAdminUsername(String adminUsername)
Set the adminUsername value.
Parameters:
adminUsername
- the adminUsername value to set
Returns:
the ContainerServiceLinuxProfile object itself.
withSsh
public ContainerServiceLinuxProfile withSsh(ContainerServiceSshConfiguration ssh)
Set the ssh value.
Parameters:
ssh
- the ssh value to set
Returns:
the ContainerServiceLinuxProfile 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