| Modifier and Type | Field and Description |
|---|---|
static LicenseType |
LicenseType.NONE
Static value None for LicenseType.
|
static LicenseType |
LicenseType.WINDOWS_SERVER
Static value Windows_Server for LicenseType.
|
| Modifier and Type | Method and Description |
|---|---|
static LicenseType |
LicenseType.fromString(String name)
Creates or finds a LicenseType from its string representation.
|
LicenseType |
ManagedClusterWindowsProfile.licenseType()
Get the licenseType to use for Windows VMs.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<LicenseType> |
LicenseType.values() |
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterWindowsProfile |
ManagedClusterWindowsProfile.withLicenseType(LicenseType licenseType)
Set the licenseType to use for Windows VMs.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/