MachineExtension.UpdateStages.WithProtectedSettings Interface

public static interface MachineExtension.UpdateStages.WithProtectedSettings

The stage of the machineextension update allowing to specify ProtectedSettings.

Method Summary

Modifier and Type Method and Description
abstract Update withProtectedSettings(Object protectedSettings)

Specifies protectedSettings.

Method Details

withProtectedSettings

public abstract MachineExtension.Update withProtectedSettings(Object protectedSettings)

Specifies protectedSettings.

Parameters:

protectedSettings - The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all

Returns:

the next update stage

Applies to