KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> Interface

Type Parameters

ParentT

the stage of the container service definition to return to after attaching this definition

Implements

public static interface KubernetesClusterAgentPool.DefinitionStages.WithAttach
extends WithOSType<ParentT>, WithOSDiskSize<ParentT>, WithAgentPoolType<ParentT>, WithAgentPoolVirtualMachineCount<ParentT>, WithMaxPodsCount<ParentT>, WithVirtualNetwork<ParentT>, WithMode<ParentT>, InDefinition<ParentT>

The final stage of a container service agent pool definition. At this stage, any remaining optional settings can be specified, or the container service agent pool can be attached to the parent container service definition.

Applies to