public final class ManagedClusterSkuName extends com.azure.core.util.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 for.public static Collection<ManagedClusterSkuName> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.