VirtualMachineScaleSet.UpdateStages.WithExtension Interface
public static interface VirtualMachineScaleSet.UpdateStages.WithExtension
The stage of the virtual machine definition allowing to specify extensions.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Blank<With |
defineNewExtension(String name)
Begins the definition of an extension reference to be attached to the virtual machines in the scale set. |
abstract Update |
updateExtension(String name)
Begins the description of an update of an existing extension assigned to the virtual machines in the scale set. |
abstract
With |
withoutExtension(String name)
Removes the extension with the specified name from the virtual machines in the scale set. |
Method Details
defineNewExtension
public abstract VirtualMachineScaleSetExtension.UpdateDefinitionStages.Blank
Begins the definition of an extension reference to be attached to the virtual machines in the scale set.
Parameters:
Returns:
updateExtension
public abstract VirtualMachineScaleSetExtension.Update updateExtension(String name)
Begins the description of an update of an existing extension assigned to the virtual machines in the scale set.
Parameters:
Returns:
withoutExtension
public abstract VirtualMachineScaleSet.UpdateStages.WithApply withoutExtension(String name)
Removes the extension with the specified name from the virtual machines in the scale set.
Parameters:
Returns:
Applies to
Azure SDK for Java