IWithExtension Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |