| Modifier and Type | Field and Description |
|---|---|
static ManagedClusterSKUTier |
ManagedClusterSKUTier.FREE
Static value Free for ManagedClusterSKUTier.
|
static ManagedClusterSKUTier |
ManagedClusterSKUTier.PAID
Static value Paid for ManagedClusterSKUTier.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagedClusterSKUTier |
ManagedClusterSKUTier.fromString(String name)
Creates or finds a ManagedClusterSKUTier from its string representation.
|
ManagedClusterSKUTier |
ManagedClusterSKU.tier()
Get tier of a managed cluster SKU.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ManagedClusterSKUTier> |
ManagedClusterSKUTier.values() |
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterSKU |
ManagedClusterSKU.withTier(ManagedClusterSKUTier tier)
Set tier 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.
*/