你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.