Interface MachineExtension.DefinitionStages.WithProtectedSettings

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

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

    • withProtectedSettings

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