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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java