public class ManagedClusterWindowsProfile extends Object
| Constructor and Description |
|---|
ManagedClusterWindowsProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
adminPassword()
Get specifies the password of the administrator account.
|
String |
adminUsername()
Get specifies the name of the administrator account.
|
LicenseType |
licenseType()
Get the licenseType to use for Windows VMs.
|
ManagedClusterWindowsProfile |
withAdminPassword(String adminPassword)
Set specifies the password of the administrator account.
|
ManagedClusterWindowsProfile |
withAdminUsername(String adminUsername)
Set specifies the name of the administrator account.
|
ManagedClusterWindowsProfile |
withLicenseType(LicenseType licenseType)
Set the licenseType to use for Windows VMs.
|
public String adminUsername()
public ManagedClusterWindowsProfile withAdminUsername(String adminUsername)
adminUsername - the adminUsername value to setpublic String adminPassword()
public ManagedClusterWindowsProfile withAdminPassword(String adminPassword)
adminPassword - the adminPassword value to setpublic LicenseType licenseType()
public ManagedClusterWindowsProfile withLicenseType(LicenseType licenseType)
licenseType - the licenseType value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/