| 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.WithDnsPrefix.withDnsPrefix(String dnsPrefix)
Specifies the DNS prefix to be used to create the FQDN for the master pool.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.DefinitionStages.Blank<KubernetesCluster.DefinitionStages.WithCreate> |
KubernetesCluster.DefinitionStages.WithAgentPool.defineAgentPool(String name)
Begins the definition of a agent pool 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.
*/