| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| 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 the tier property: Tier of a managed cluster SKU.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterSku |
ManagedClusterSku.withTier(ManagedClusterSkuTier tier)
Set the tier property: Tier of a managed cluster SKU.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.