| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KubernetesClusterAgentPool.Definition<ParentT>
The entirety of a container service agent pool definition as a part of a parent definition.
|
| 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.
|
KubernetesClusterAgentPool.DefinitionStages.Blank<? extends KubernetesCluster.Update> |
KubernetesCluster.UpdateStages.WithAgentPool.defineAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.