IWithVMSize<ParentT> Interface

Definition

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

public interface IWithVMSize<ParentT>
type IWithVMSize<'ParentT> = interface
Public Interface IWithVMSize(Of ParentT)

Type Parameters

ParentT

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

Derived

Methods

WithVirtualMachineSize(ContainerServiceVMSizeTypes)

Specifies the size of the agent virtual machines.

Applies to