public final class ManagedClusterSkuTier extends com.azure.core.util.ExpandableStringEnum<ManagedClusterSkuTier>
| Modifier and Type | Field and Description |
|---|---|
static ManagedClusterSkuTier |
FREE
Static value Free for ManagedClusterSkuTier.
|
static ManagedClusterSkuTier |
PAID
Static value Paid for ManagedClusterSkuTier.
|
| Constructor and Description |
|---|
ManagedClusterSkuTier() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedClusterSkuTier |
fromString(String name)
Creates or finds a ManagedClusterSkuTier from its string representation.
|
static Collection<ManagedClusterSkuTier> |
values() |
public static final ManagedClusterSkuTier PAID
public static final ManagedClusterSkuTier FREE
public static ManagedClusterSkuTier fromString(String name)
name - a name to look for.public static Collection<ManagedClusterSkuTier> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.