| Modifier and Type | Interface and Description |
|---|---|
static interface |
KubernetesCluster.Definition
Interface for all the definitions related to a Kubernetes cluster.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.DefinitionStages.WithCreate |
KubernetesCluster.DefinitionStages.WithAddOnProfiles.withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)
Specifies the cluster's add-on's profiles.
|
KubernetesCluster.DefinitionStages.WithCreate |
KubernetesCluster.DefinitionStages.WithDnsPrefix.withDnsPrefix(String dnsPrefix)
Specifies the DNS prefix to be used to create the FQDN for the master pool.
|
KubernetesCluster.DefinitionStages.WithCreate |
KubernetesCluster.DefinitionStages.WithSku.withSku(ManagedClusterSKU sku)
Specifies the cluster's sku.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.DefinitionStages.Blank<? extends KubernetesCluster.DefinitionStages.WithCreate> |
KubernetesCluster.DefinitionStages.WithAgentPool.defineAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank<KubernetesCluster.DefinitionStages.WithCreate> |
KubernetesCluster.DefinitionStages.WithNetworkProfile.defineNetworkProfile()
Begins the definition of a network profile to be attached to the Kubernetes cluster.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/