ContainerService.DefinitionStages.WithMasterOSDiskSize Interface

public interface WithMasterOSDiskSize

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

Method Summary

Modifier and Type Method and Description
ContainerService.DefinitionStages.WithCreate withMasterOSDiskSizeInGB(int osDiskSizeInGB)

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

If you specify 0, the default osDisk size will be used according to the vmSize specified.

Method Details

withMasterOSDiskSizeInGB

public WithCreate withMasterOSDiskSizeInGB(int osDiskSizeInGB)

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

If you specify 0, the default osDisk size will be used according to the vmSize specified.

Parameters:

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

Returns:

the next stage of the definition

Applies to