KubernetesClusterAgentPool.DefinitionStages.WithOSDiskSize<ParentT> Interface

Type Parameters

ParentT

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

public static interface KubernetesClusterAgentPool.DefinitionStages.WithOSDiskSize

The stage of a container service agent pool definition allowing to specify the agent pool OS disk size.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withOSDiskSizeInGB(int osDiskSizeInGB)

OS disk size in GB to be used for each virtual machine in the agent pool.

Method Details

withOSDiskSizeInGB

public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach withOSDiskSizeInGB(int osDiskSizeInGB)

OS disk size in GB to be used for each virtual machine in the agent pool.

Parameters:

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

Returns:

the next stage of the definition

Applies to