KubernetesClusterAgentPool.DefinitionStages.Blank<ParentT> Interface
Type Parameters
- ParentT
the stage of the container service definition to return to after attaching this definition
public static interface KubernetesClusterAgentPool.DefinitionStages.Blank
The first stage of a container service agent pool definition allowing to specify the agent virtual machine size.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withVirtualMachineSize(ContainerServiceVMSizeTypes vmSize)
Specifies the size of the virtual machines to be used as agents. |
Method Details
withVirtualMachineSize
public abstract KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount
Specifies the size of the virtual machines to be used as agents.
Parameters:
Returns:
Applies to
Azure SDK for Java