Compartir vía


VirtualMachine.UpdateStages.WithExtension Interface

public interface WithExtension

The stage of a virtual machine update allowing to specify extensions.

Method Summary

Modifier and Type Method and Description
VirtualMachineExtension.UpdateDefinitionStages.Blank<VirtualMachine.Update> defineNewExtension(String name)

Begins the definition of an extension to be attached to the virtual machine.

VirtualMachineExtension.Update updateExtension(String name)

Begins the description of an update of an existing extension of this virtual machine.

VirtualMachine.Update withoutExtension(String name)

Detaches an extension from the virtual machine.

Method Details

defineNewExtension

public VirtualMachineExtension.UpdateDefinitionStages.Blank defineNewExtension(String name)

Begins the definition of an extension to be attached to the virtual machine.

Parameters:

name - a reference name for the extension

Returns:

the first stage of an extension definition

updateExtension

public VirtualMachineExtension.Update updateExtension(String name)

Begins the description of an update of an existing extension of this virtual machine.

Parameters:

name - the reference name of an existing extension

Returns:

the first stage of an extension update

withoutExtension

public Update withoutExtension(String name)

Detaches an extension from the virtual machine.

Parameters:

name - the reference name of the extension to be removed/uninstalled

Returns:

the next stage of the update

Applies to