| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.fluent.models |
Package containing the inner data models for ContainerServiceManagementClient.
|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AgentPoolType |
AgentPoolInner.typePropertiesType()
Get the typePropertiesType property: AgentPoolType represents types of an agent pool.
|
| Modifier and Type | Method and Description |
|---|---|
AgentPoolInner |
AgentPoolInner.withTypePropertiesType(AgentPoolType typePropertiesType)
Set the typePropertiesType property: AgentPoolType represents types of an agent pool.
|
| Modifier and Type | Field and Description |
|---|---|
static AgentPoolType |
AgentPoolType.AVAILABILITY_SET
Static value AvailabilitySet for AgentPoolType.
|
static AgentPoolType |
AgentPoolType.VIRTUAL_MACHINE_SCALE_SETS
Static value VirtualMachineScaleSets for AgentPoolType.
|
| Modifier and Type | Method and Description |
|---|---|
static AgentPoolType |
AgentPoolType.fromString(String name)
Creates or finds a AgentPoolType from its string representation.
|
AgentPoolType |
KubernetesClusterAgentPool.type() |
AgentPoolType |
ManagedClusterAgentPoolProfileProperties.type()
Get the type property: AgentPoolType represents types of an agent pool.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType.withAgentPoolType(AgentPoolType agentPoolType)
Set agent pool type to every virtual machine in the agent pool.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withType(AgentPoolType type)
Set the type property: AgentPoolType represents types of an agent pool.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.