Interface MachineExtension.UpdateStages.WithProtectedSettings

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

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

    Modifier and Type
    Method
    Description
    withProtectedSettings(Object protectedSettings)
    Specifies the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all..
  • Method Details

    • withProtectedSettings

      MachineExtension.Update withProtectedSettings(Object protectedSettings)
      Specifies the protectedSettings property: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all..
      Parameters:
      protectedSettings - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
      Returns:
      the next definition stage.