Interface MachineExtension.DefinitionStages.WithTypeHandlerVersion

All Known Subinterfaces:
MachineExtension.Definition, MachineExtension.DefinitionStages.WithCreate
Enclosing interface:
MachineExtension.DefinitionStages

public static interface MachineExtension.DefinitionStages.WithTypeHandlerVersion
The stage of the MachineExtension definition allowing to specify typeHandlerVersion.
  • Method Details

    • withTypeHandlerVersion

      MachineExtension.DefinitionStages.WithCreate 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.