IWithAttach<ParentT> Interface

Definition

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.ContainerServiceAgentPool.Definition.IWithOSDiskSize<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithOSType<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithPorts<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithStorageProfile<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.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 IWithPorts<'ParentT>
    interface IWithStorageProfile<'ParentT>
    interface IWithVirtualNetwork<'ParentT>
    interface IBeta
    interface IInDefinition<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithOSDiskSize(Of ParentT), IWithOSType(Of ParentT), IWithPorts(Of ParentT), IWithStorageProfile(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>)
WithOSDiskSizeInGB(Int32)

OS Disk Size in GB to be used for every machine in the agent pool.

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

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

(Inherited from IWithOSType<ParentT>)
WithPorts(Int32[])

Ports to be exposed on this agent pool. The default exposed ports are different based on your choice of orchestrator.

(Inherited from IWithPorts<ParentT>)
WithStorageProfile(ContainerServiceStorageProfileTypes)

Specifies the storage kind to be used for each virtual machine in the agent pool.

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

Specifies the virtual network to be used for the agents.

(Inherited from IWithVirtualNetwork<ParentT>)

Applies to