public final class ContainerServiceLinuxProfile extends Object
| Constructor and Description |
|---|
ContainerServiceLinuxProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
adminUsername()
Get the adminUsername property: The administrator username to use for Linux VMs.
|
ContainerServiceSshConfiguration |
ssh()
Get the ssh property: The ssh key configuration for Linux VMs.
|
void |
validate()
Validates the instance.
|
ContainerServiceLinuxProfile |
withAdminUsername(String adminUsername)
Set the adminUsername property: The administrator username to use for Linux VMs.
|
ContainerServiceLinuxProfile |
withSsh(ContainerServiceSshConfiguration ssh)
Set the ssh property: The ssh key configuration for Linux VMs.
|
public String adminUsername()
public ContainerServiceLinuxProfile withAdminUsername(String adminUsername)
adminUsername - the adminUsername value to set.public ContainerServiceSshConfiguration ssh()
public ContainerServiceLinuxProfile withSsh(ContainerServiceSshConfiguration ssh)
ssh - the ssh value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.