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.ContainerServiceAgentPool.Definition.IBlank<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithLeafDomainLabel<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.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithVMSize<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IDefinition<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IWithOSType<'ParentT>
    interface IWithOSDiskSize<'ParentT>
    interface IWithPorts<'ParentT>
    interface IWithStorageProfile<'ParentT>
    interface IWithVirtualNetwork<'ParentT>
    interface IBeta
    interface IInDefinition<'ParentT>
    interface IBlank<'ParentT>
    interface IWithVMSize<'ParentT>
    interface IWithLeafDomainLabel<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBeta, IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithLeafDomainLabel(Of ParentT), IWithOSDiskSize(Of ParentT), IWithOSType(Of ParentT), IWithPorts(Of ParentT), IWithStorageProfile(Of ParentT), IWithVirtualNetwork(Of ParentT), IWithVMSize(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>)
WithDnsPrefix(String)

Specify the DNS prefix to be used in the FQDN for the agent pool.

(Inherited from IWithLeafDomainLabel<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>)
WithVirtualMachineCount(Int32)

Specifies the number of agents (virtual machines) to host docker containers.

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

Specifies the size of the agent virtual machines.

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

Specifies the virtual network to be used for the agents.

(Inherited from IWithVirtualNetwork<ParentT>)

Applies to