VirtualMachine.DefinitionStages.WithExtension Interface

public static interface VirtualMachine.DefinitionStages.WithExtension

The stage of the virtual machine definition allowing to specify extensions.

Method Summary

Modifier and Type Method and Description
abstract Blank<WithCreate> defineNewExtension(String name)

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

Method Details

defineNewExtension

public abstract VirtualMachineExtension.DefinitionStages.Blank defineNewExtension(String name)

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

Parameters:

name - the reference name for the extension

Returns:

the first stage stage of an extension definition

Applies to