Interface MachineExtension.UpdateStages.WithType

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

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

    Modifier and Type
    Method
    Description
    Specifies the type property: Specifies the type of the extension; an example is "CustomScriptExtension"..
  • Method Details

    • withType

      Specifies the type property: Specifies the type of the extension; an example is "CustomScriptExtension"..
      Parameters:
      type - Specifies the type of the extension; an example is "CustomScriptExtension".
      Returns:
      the next definition stage.