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>, WithAgentPoolMode<ParentT>, WithAutoScaling<ParentT>, WithAvailabilityZones<ParentT>, WithNodeLabelsTaints<ParentT>, WithVMPriority<ParentT>, WithBillingProfile<ParentT>, WithDiskType<ParentT>, WithFips<ParentT>, WithTags<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
Azure SDK for Java