public final class ManagedClusterSKUName extends com.microsoft.rest.ExpandableStringEnum<ManagedClusterSKUName>
| Modifier and Type | Field and Description |
|---|---|
static ManagedClusterSKUName |
BASIC
Static value Basic for ManagedClusterSKUName.
|
| Constructor and Description |
|---|
ManagedClusterSKUName() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedClusterSKUName |
fromString(String name)
Creates or finds a ManagedClusterSKUName from its string representation.
|
static Collection<ManagedClusterSKUName> |
values() |
public static final ManagedClusterSKUName BASIC
public static ManagedClusterSKUName fromString(String name)
name - a name to look forpublic static Collection<ManagedClusterSKUName> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/