VirtualMachineScaleSet.UpdateStages.WithExtension 接口
定义
The stage of the virtual machine definition allowing to specify extensions.
public interface WithExtension
方法
defineNewExtension(String name) |
Begins the definition of an extension reference to be attached to the virtual machines in the scale set.
|
updateExtension(String name) |
Begins the description of an update of an existing extension assigned to the virtual machines in the scale set.
|
withoutExtension(String name) |
Removes the extension with the specified name from the virtual machines in the scale set.
|