MachineExtension.UpdateStages.WithType Interface

public static interface MachineExtension.UpdateStages.WithType

The stage of the machineextension update allowing to specify Type.

Method Summary

Modifier and Type Method and Description
abstract Update withType(String type)

Specifies type.

Method Details

withType

public abstract MachineExtension.Update withType(String type)

Specifies type.

Parameters:

type - Specifies the type of the extension; an example is "CustomScriptExtension"

Returns:

the next update stage

Applies to