public final class ManagedClusterSku extends Object
| Constructor and Description |
|---|
ManagedClusterSku() |
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterSkuName |
name()
Get the name property: Name of a managed cluster SKU.
|
ManagedClusterSkuTier |
tier()
Get the tier property: Tier of a managed cluster SKU.
|
void |
validate()
Validates the instance.
|
ManagedClusterSku |
withName(ManagedClusterSkuName name)
Set the name property: Name of a managed cluster SKU.
|
ManagedClusterSku |
withTier(ManagedClusterSkuTier tier)
Set the tier property: Tier of a managed cluster SKU.
|
public ManagedClusterSkuName name()
public ManagedClusterSku withName(ManagedClusterSkuName name)
name - the name value to set.public ManagedClusterSkuTier tier()
public ManagedClusterSku withTier(ManagedClusterSkuTier tier)
tier - the tier value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.