IWithAttach<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface IWithAttach<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.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 IWithAttach<'ParentT> = interface
interface IWithOSType<'ParentT>
interface IWithOSDiskSize<'ParentT>
interface IWithAgentPoolType<'ParentT>
interface IWithAgentPoolMode<'ParentT>
interface IWithAgentPoolVirtualMachineCount<'ParentT>
interface IBeta
interface IWithMaxPodsCount<'ParentT>
interface IWithVirtualNetwork<'ParentT>
interface IInDefinition<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithAgentPoolMode(Of ParentT), IWithAgentPoolType(Of ParentT), IWithAgentPoolVirtualMachineCount(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.
- Derived
- 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>) |
WithVirtualNetwork(String, String) |
Specifies the virtual network to be used for the agents. (Inherited from IWithVirtualNetwork<ParentT>) |