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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java