Class ContainerServiceWindowsProfile
java.lang.Object
com.microsoft.azure.management.containerservice.ContainerServiceWindowsProfile
Profile for Windows VMs in the container service cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the administrator password to use for Windows VMs.Get the administrator username to use for Windows VMs.withAdminPassword
(String adminPassword) Set the administrator password to use for Windows VMs.withAdminUsername
(String adminUsername) Set the administrator username to use for Windows VMs.
-
Constructor Details
-
ContainerServiceWindowsProfile
public ContainerServiceWindowsProfile()
-
-
Method Details
-
adminUsername
Get the administrator username to use for Windows VMs.- Returns:
- the adminUsername value
-
withAdminUsername
Set the administrator username to use for Windows VMs.- Parameters:
adminUsername
- the adminUsername value to set- Returns:
- the ContainerServiceWindowsProfile object itself.
-
adminPassword
Get the administrator password to use for Windows VMs.- Returns:
- the adminPassword value
-
withAdminPassword
Set the administrator password to use for Windows VMs.- Parameters:
adminPassword
- the adminPassword value to set- Returns:
- the ContainerServiceWindowsProfile object itself.
-