Interface Extension.UpdateStages.WithTypePropertiesType

  • All Known Subinterfaces:
    Extension.Update
    Enclosing interface:
    Extension.UpdateStages

    public static interface Extension.UpdateStages.WithTypePropertiesType
    The stage of the Extension update allowing to specify typePropertiesType.
    • Method Detail

      • withTypePropertiesType

        Extension.Update 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.