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