IDefinition<ParentT> Interface

Definition

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

public interface IDefinition<ParentT> : Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IBlank<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAgentPoolMode<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAgentPoolType<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAgentPoolVirtualMachineCount<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithMaxPodsCount<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithOSDiskSize<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithOSType<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithVirtualNetwork<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IDefinition<'ParentT> = interface
    interface IBeta
    interface IBlank<'ParentT>
    interface IWithOSType<'ParentT>
    interface IWithOSDiskSize<'ParentT>
    interface IWithAgentPoolType<'ParentT>
    interface IWithAgentPoolMode<'ParentT>
    interface IWithAgentPoolVirtualMachineCount<'ParentT>
    interface IWithMaxPodsCount<'ParentT>
    interface IWithVirtualNetwork<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBeta, IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAgentPoolMode(Of ParentT), IWithAgentPoolType(Of ParentT), IWithAgentPoolVirtualMachineCount(Of ParentT), IWithAttach(Of ParentT), IWithMaxPodsCount(Of ParentT), IWithOSDiskSize(Of ParentT), IWithOSType(Of ParentT), IWithVirtualNetwork(Of ParentT)

Type Parameters

ParentT

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

Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithAgentPoolMode(AgentPoolMode)

Set agent pool type to every virtual machine in the agent pool.

(Inherited from IWithAgentPoolMode<ParentT>)
WithAgentPoolModeName(String)

Set agent pool type by type name.

(Inherited from IWithAgentPoolMode<ParentT>)
WithAgentPoolType(AgentPoolType)

Set agent pool type to every virtual machine in the agent pool.

(Inherited from IWithAgentPoolType<ParentT>)
WithAgentPoolTypeName(String)

Set agent pool type by type name.

(Inherited from IWithAgentPoolType<ParentT>)
WithAgentPoolVirtualMachineCount(Int32)

Specifies the number of agents (Virtual Machines) to host docker containers.

(Inherited from IWithAgentPoolVirtualMachineCount<ParentT>)
WithMaxPodsCount(Int32)

Specifies the maximum number of pods that can run on a node.

(Inherited from IWithMaxPodsCount<ParentT>)
WithOSDiskSizeInGB(Int32)

OS disk size in GB to be used for each virtual machine in the agent pool.

(Inherited from IWithOSDiskSize<ParentT>)
WithOSType(OSType)

OS type to be used for each virtual machine in the agent pool. Default is Linux.

(Inherited from IWithOSType<ParentT>)
WithVirtualMachineSize(ContainerServiceVMSizeTypes)

Specifies the size of the virtual machines to be used as agents.

(Inherited from IBlank<ParentT>)
WithVirtualNetwork(String, String)

Specifies the virtual network to be used for the agents.

(Inherited from IWithVirtualNetwork<ParentT>)

Applies to