Interface MachineExtension.DefinitionStages.WithTypePropertiesType

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

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

    • withTypePropertiesType

      MachineExtension.DefinitionStages.WithCreate withTypePropertiesType(String typePropertiesType)
      Specifies the typePropertiesType property: Specifies the type of the extension; an example is "CustomScriptExtension"..
      Parameters:
      typePropertiesType - Specifies the type of the extension; an example is "CustomScriptExtension".
      Returns:
      the next definition stage.