VirtualMachineScaleSet.DefinitionStages.WithExtension Interface

public static interface VirtualMachineScaleSet.DefinitionStages.WithExtension

The stage of a virtual machine scale set definition allowing to specify extensions.

Method Summary

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

Begins the definition of an extension reference to be attached to the virtual machines in the scale set.

Method Details

defineNewExtension

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

Begins the definition of an extension reference to be attached to the virtual machines in the scale set.

Parameters:

name - the reference name for the extension

Returns:

the first stage of the extension reference definition

Applies to