public static interface KubernetesCluster.DefinitionStages.WithSku
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.DefinitionStages.WithCreate |
withSku(ManagedClusterSKU sku)
Specifies the cluster's sku.
|
@Beta(value=V1_34_0) KubernetesCluster.DefinitionStages.WithCreate withSku(ManagedClusterSKU sku)
sku - the cluster's sku/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/