IWithExtension Interface

Definition

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

public interface IWithExtension
type IWithExtension = interface
Public Interface IWithExtension
Derived

Methods

DefineNewExtension(String)

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

UpdateExtension(String)

Begins the description of an update of an existing extension assigned to the virtual machines in the scale set.

WithoutExtension(String)

Removes the extension with the specified name from the virtual machines in the scale set.

Applies to