MachineExtension.UpdateStages.WithTypeHandlerVersion Interface

public static interface MachineExtension.UpdateStages.WithTypeHandlerVersion

The stage of the machineextension update allowing to specify TypeHandlerVersion.

Method Summary

Modifier and Type Method and Description
abstract Update withTypeHandlerVersion(String typeHandlerVersion)

Specifies typeHandlerVersion.

Method Details

withTypeHandlerVersion

public abstract MachineExtension.Update withTypeHandlerVersion(String typeHandlerVersion)

Specifies typeHandlerVersion.

Parameters:

typeHandlerVersion - Specifies the version of the script handler

Returns:

the next update stage

Applies to