Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition Namespace

Interfaces

IBlank<ParentT>

The first stage of a container service agent pool definition allowing to specify the agent virtual machine size.

IDefinition<ParentT>

The entirety of a container service agent pool definition as a part of a parent definition.

IWithAgentPoolMode<ParentT>

The stage of a container service agent pool definition allowing to specify the mode of agent pool. Allowed values could be seen in AgentPoolMode Class.

IWithAgentPoolType<ParentT>

The stage of a container service agent pool definition allowing to specify the type of agent pool. Allowed values could be seen in AgentPoolType Class.

IWithAgentPoolVirtualMachineCount<ParentT>

The stage of a container service agent pool definition allowing to specify the number of agents (Virtual Machines) to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive); the default value is 1.

IWithAttach<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.

IWithMaxPodsCount<ParentT>

The stage of a container service agent pool definition allowing to specify the maximum number of pods that can run on a node.

IWithOSDiskSize<ParentT>

The stage of a container service agent pool definition allowing to specify the agent pool OS disk size.

IWithOSType<ParentT>

The stage of a container service agent pool definition allowing to specify the agent pool OS type.

IWithVirtualNetwork<ParentT>

The stage of a container service agent pool definition allowing to specify a virtual network to be used for the agents.