public class ContainerServiceLinuxProfile extends Object
Constructor and Description |
---|
ContainerServiceLinuxProfile() |
Modifier and Type | Method and Description |
---|---|
String |
adminUsername()
Get the adminUsername value.
|
ContainerServiceSshConfiguration |
ssh()
Get the ssh value.
|
ContainerServiceLinuxProfile |
withAdminUsername(String adminUsername)
Set the adminUsername value.
|
ContainerServiceLinuxProfile |
withSsh(ContainerServiceSshConfiguration ssh)
Set the ssh value.
|
public String adminUsername()
public ContainerServiceLinuxProfile withAdminUsername(String adminUsername)
adminUsername
- the adminUsername value to setpublic ContainerServiceSshConfiguration ssh()
public ContainerServiceLinuxProfile withSsh(ContainerServiceSshConfiguration ssh)
ssh
- the ssh value to setCopyright © 2019. All rights reserved.