Interface MachineExtension.UpdateStages.WithTypeHandlerVersion

All Known Subinterfaces:
MachineExtension.Update
Enclosing interface:
MachineExtension.UpdateStages

public static interface MachineExtension.UpdateStages.WithTypeHandlerVersion
The stage of the MachineExtension update allowing to specify typeHandlerVersion.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTypeHandlerVersion(String typeHandlerVersion)
    Specifies the typeHandlerVersion property: Specifies the version of the script handler..
  • Method Details

    • withTypeHandlerVersion

      MachineExtension.Update withTypeHandlerVersion(String typeHandlerVersion)
      Specifies the typeHandlerVersion property: Specifies the version of the script handler..
      Parameters:
      typeHandlerVersion - Specifies the version of the script handler.
      Returns:
      the next definition stage.