| Modifier and Type | Field and Description |
|---|---|
static ManagedClusterSKUName |
ManagedClusterSKUName.BASIC
Static value Basic for ManagedClusterSKUName.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagedClusterSKUName |
ManagedClusterSKUName.fromString(String name)
Creates or finds a ManagedClusterSKUName from its string representation.
|
ManagedClusterSKUName |
ManagedClusterSKU.name()
Get name of a managed cluster SKU.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ManagedClusterSKUName> |
ManagedClusterSKUName.values() |
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterSKU |
ManagedClusterSKU.withName(ManagedClusterSKUName name)
Set name of a managed cluster SKU.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/