public final class ManagedClusterSKUTier extends com.microsoft.rest.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 forpublic static Collection<ManagedClusterSKUTier> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/